Top "Sha" questions

SHA (Secure Hash Algorithm) is a family of digest algorithms (i.e. cryptographic hashes), i.e. checksum functions that are hard to forge.

Using SecureRandom with SHA-256

I have been using SecureRandom with a seeded SHA1PRNG algorithm to create shared randomness between two processes. I recently …

java cryptography sha prng
How does Apple's codesign utility decide which SHA algorithm(s) to sign a shared library with?

First, a little background: I'm investigating why my company's MacOS/X application (which by all accounts appears to be correctly …

macos sha codesign