doitauto Posted October 31, 2014 Posted October 31, 2014 Hi all, First post! I am trying to find AutoIt code that creates the same output as the folllowing command echo -n "Message" | openssl enc -aes-256-cbc -iv 6C4C31BDAB7BAFD35B23691EC521E28D -K 0CD1D07EB67E19EF56EA0F3A9A8F8A7C957A2CB208327E0E536608FF83256C96 -nosalt | xxd -p The output is 23e5ebe72d99cf302c99183c05cf050a I tried Crypto.au3, but that doesn't seem to support IV. Does anybody have a code snippet that produces the same output? I couldn't figure it out. Thank you very much in advance!
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