This should be the expected out for my tripleDES and IV in java. Following are the details. Remove double quotes while using the values. Encrypted Text-> "AoPJptE9E6Iov9zp1SbqVPhc5SraND5KBgZ7AaZ SvdzjAxUWB3bPsT0kw2aroOFHOs45FT//PENCEyysad3U4h0izoAXyIRDmK/ryW6cHOLAdgE8KppSw==" Decrypted Text-> "UniqueID=523384778&AppID=15&AppName=Profile Manager&FunctionType=1&QueryIndex=67" Encryption/Decryption Key -> "r50h2vnqt4qux5ejrpcwbn45" IV -> "Iz4Mi1gDAPg="
This conversation is currently closed to new comments.
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
I want to use DES and IV in java and i want to pass IV as mentioned below
Following are the details. Remove double quotes while using the values.
Encrypted Text-> "AoPJptE9E6Iov9zp1SbqVPhc5SraND5KBgZ7AaZ SvdzjAxUWB3bPsT0kw2aroOFHOs45FT//PENCEyysad3U4h0izoAXyIRDmK/ryW6cHOLAdgE8KppSw=="
Decrypted Text-> "UniqueID=523384778&AppID=15&AppName=Profile Manager&FunctionType=1&QueryIndex=67"
Encryption/Decryption Key -> "r50h2vnqt4qux5ejrpcwbn45"
IV -> "Iz4Mi1gDAPg="