PKI Encryption
Posted: Fri Aug 07, 2009 12:04 pm
by ConvertFromOldNGs
by Andy Griffiths >> Wed, 5 Sep 2001 5:34:46 GMT
Has anyone implemented PKI encryption in a JADE application?
Re: PKI Encryption
Posted: Fri Aug 07, 2009 12:04 pm
by ConvertFromOldNGs
by Wilfred Verkley >> Wed, 5 Sep 2001 22:56:49 GMT
The basic MS Crypto API is quite easy to call from Jade. Weve used it before for password hashing, simple encryption, and generating secure random numbers. Functions are also provided for assymetric (public & private key) encryption.
Ive never used any of the certificate functions which they implemented in v2 of the API, but a cursory look at the function definitions looks like it should be possible to call from Jade.