Re: Encryption
Re: Encryption
- Subject: Re: Encryption
- From: Paul Guyot <email@hidden>
- Date: Thu, 1 Jan 2004 22:12:27 +0100
@ (At) 21:56 +0100 1/01/04, Tobias Bayer icrivait (wrote) :
is there something like javax.crypto in Java for Objective-C/Cocoa?
Basically I would like to write some data encrypted to a file (AES
or DES or something)
MacOS X comes with OpenSSL and its crypto(3) library. It has C
bindings for DES and AES encryption (among other things). Not sure
about AES actually because the man page isn't installed, so it may
not have been compiled in (and the header is apparently only
available on Panther).
You'll get more information on the DES functions in des(3).
Paul
--
Philosophie de baignoire - consultations sur rendez-vous.
NPDS/NewtonOS:
http://newton.kallisys.net:8080/
Apache/FreeBSD:
http://www.kallisys.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.
References: | |
| >Encryption (From: Tobias Bayer <email@hidden>) |