BabyBeast Posted September 28, 2005 Posted September 28, 2005 I have been using autoit and found it useful in my work. However right now I am trying to export some important infomation from server to a client login console fully written in php. Current status Client gui is complete and are able to do the thing I need Server side is almost complete also (using mysql and php) My problem: 1. My server side is going to communicate with client (but the client side is portable) and I could use RSA SHA with php (built in) to generate the private and public key as well as encrypt the file/instruction to the client. And I got no problem decrypting RSA SHA based encryption here using my private key 2. I would like to use the crypto++ (cryptopp.dll) but I am an idiot in regard to dll calling on autoit. So I would appreciate all help from anyone with exp in using cryptopp especially in regard of RSA SHA encryption and decryption method. Thanks.
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