Posted April 12, 200916 yr 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
April 12, 200916 yr 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, 200916 yr by Departure
Create an account or sign in to comment