Re: Lightweight Objective-C/C PKE Lib
Re: Lightweight Objective-C/C PKE Lib
- Subject: Re: Lightweight Objective-C/C PKE Lib
- From: Alex Rice <email@hidden>
- Date: Tue, 26 Mar 2002 15:43:01 -0700
On Tuesday, March 26, 2002, at 03:25 PM, Matt Ronge wrote:
Anyone know of a good lightweight Objective-C or C public key encryption
library? With source code? Small footprint is important!
Also, what are some good OpenStep or Next sites to search for sample
code
and classes like this?
--
Have you considered OpenSSL? It ships with OS X, so it's about as
lightweight as you can get. I've only messed about with SHA message
digests, calling the C functions from Objective-C. It works great.
See `man crypto`:
SYMMETRIC CIPHERS
blowfish(3), cast(3), des(3), idea(3), rc2(3), rc4(3),
rc5(3)
PUBLIC KEY CRYPTOGRAPHY AND KEY AGREEMENT
dsa(3), dh(3), rsa(3)
CERTIFICATES
x509(3), x509v3(3)
AUTHENTICATION CODES, HASH FUNCTIONS
hmac(3), md2(3), md4(3), md5(3), mdc2(3), ripemd(3),
sha(3)
AUXILIARY FUNCTIONS
err(3), threads(3), rand(3)
INPUT/OUTPUT, DATA ENCODING
asn1(3), bio(3), evp(3), pem(3), pkcs7(3), pkcs12(3)
INTERNAL FUNCTIONS
bn(3), buffer(3), lhash(3), objects(3), stack(3),
txt_db(3)
Alex Rice <email@hidden>
Mindlube Software
http://www.mindlube.com/
_______________________________________________
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.