Skip navigation.
 
mlRe: Encryption Frameworks in Cocoa
FROM : Jens Alfke
DATE : Fri Feb 08 18:14:22 2008

On 8 Feb '08, at 8:00 AM, Adam Knight wrote:

> Take a look at SSCrypto for OpenSSL-based encryption.
>     http://septicus.com/products/opensource/
>
> There's also a Keychain class out there that makes using the 
> Keychain rather simple (rather than needlessly complicated).
>     http://sourceforge.net/projects/keychain/


I've used both, and I'd recommend Keychain.framework over SSCrypto. 
It's been out longer, it supports a lot more functionality, and it's 
designed in an object-oriented style.

--Jens

Related mailsAuthorDate
mlEncryption Frameworks in Cocoa JanakiRam Feb 8, 08:44
mlRe: Encryption Frameworks in Cocoa Ritesh Nadhani Feb 8, 09:06
mlRe: Encryption Frameworks in Cocoa Jens Alfke Feb 8, 16:53
mlRe: Encryption Frameworks in Cocoa Jean-Daniel Dupas Feb 8, 16:57
mlRe: Encryption Frameworks in Cocoa Adam Knight Feb 8, 17:00
mlRe: Encryption Frameworks in Cocoa Jens Alfke Feb 8, 18:14
mlRe: Encryption Frameworks in Cocoa Jens Alfke Feb 8, 18:16