JustAGuy Posted April 12, 2009 Share Posted April 12, 2009 Could anyone post a simple and working delphi example of protecting and deprotecting data by this unit(RSAEncrypt, RSADecrypt)? I have not managed to make it work for me.thx Link to comment
Departure Posted April 12, 2009 Share Posted April 12, 2009 (edited) Yeah sure, point me to units and ill see what I can do.//Editfound this nice examplehttp://www.delphiforfun.org/Programs/Math_...RSA_KeyDemo.htmBTW from what I have read RSA is not ideal for encrypting data, but is ideal for generating a key for an encryption cipher... RC4, RC6 encryption cipher seems to be very good for data protection Edited April 12, 2009 by Departure Link to comment
JustAGuy Posted April 12, 2009 Author Share Posted April 12, 2009 thx, I'll check it out, as for units i was talking about here:Unit Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now