I want to use DES and IV in java and i want to pass IV as mentioned below - TechRepublic
Question
January 11, 2013 at 05:47 AM
priyanka gurav

I want to use DES and IV in java and i want to pass IV as mentioned below

by priyanka gurav . Updated 13 years, 5 months ago

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 discussion is locked

All Comments