Re: Password encryption
Re: Password encryption
- Subject: Re: Password encryption
- From: Ed Silva <email@hidden>
- Date: Sun, 1 Aug 2004 09:51:12 -0500
I wrote a Cocoa wrapper around OpenSSL encryption/decryption and
hashing functions. It can encrypt/decrypt and cipher that OpenSSL knows
about (a lot) and can use any of the hash methods OpenSSL knows about
(a lot).
It's easy to use and under a BSD license. There's more info and an
example of it's use here:
http://septicus.com/products/opensource/
>
>
On Saturday, July 31, 2004, at 07:15 PM, Matt Jaffa wrote:
>
>
> I would like to encrypt a password, like anywhere from 6 - 16
>
> characters into something that is not to easy to crack
>
>
If encryption is really what you want, then see "man 3 blowfish"
>
>
If hashing will do ya, which is what most password management schemes
>
do, then check out "man 3 sha"
>
>
Cheers,
--Ed
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.