Hi,
On Tue, Mar 04, 2014 at 06:23:51PM -0700, Brad Walker wrote:
> I'm trying to understand how to encrypt/decrypt data using SHA1.
SHA1 is not a cipher, therefore you can't use it for en-/decryption.
> I see there is an example for AES and I have it working. But, I can't seem
> to find somethin
I'm trying to understand how to encrypt/decrypt data using SHA1.
I see there is an example for AES and I have it working. But, I can't seem
to find something equivalent for SHA1..
Does anyone have a working example for SHA1 that I can use?
Thanks.
-brad w.
__