Re: Share and store RSA - public key in java server and vice versa
Re: Share and store RSA - public key in java server and vice versa
- Subject: Re: Share and store RSA - public key in java server and vice versa
- From: Jens Alfke <email@hidden>
- Date: Thu, 12 Jun 2014 08:27:38 -0700
On Jun 11, 2014, at 8:01 PM, Devarshi Kulshreshtha <email@hidden> wrote:
> Because of all the problems I faced I finally decided to use a third
> party library - Chilkat
I’m skeptical of using any non-open-source crypto code, since there’s no way to do peer review on it, and that kind of auditing is pretty important. (Also, I’ve never heard of Chilkat before, and crypto primitives are notoriously difficult to get right, so I’m not sure I’d trust them. Also, if they go out of business you can’t get any more support or updates.)
If I were doing what you’re doing, I’d go with libcrypto (part of OpenSSL) instead. It’s free, open-source, very widely used.
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden