IanN1990 Posted April 16, 2017 Posted April 16, 2017 Good Morning I'm working on a project that would greatly benefit from RSA encryption and as such have searched the forums for this. I can only find small hints and a single coding snippet (that is 7+ years old, comments not in english and bit length looks very short.). $CALG_RSA_KEYX = 0x0000a400 ; RSA public key exchange algorithm. $CALG_RSA_SIGN = 0x00002400 ; RSA public key signature algorithm. Is there an autoit standard or offical UDF regarding RSA (similar to Crypt.au3)?
Trong Posted April 16, 2017 Posted April 16, 2017 Maybe: Or ^^ Search Enjoy my work? Buy me a 🍻 or tip via ❤️ PayPal
IanN1990 Posted April 16, 2017 Author Posted April 16, 2017 I trusted you Trong and you sent me too Imgtfy! I did find the Plugin but those posts are 10 years olds. Plugin support for autoit has long been dropped. The RSA Public / Private Encryption link doesn't use autoit but rather opensll and Ironicly is asking for the same thing i am
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