Originally posted by Sachin Deokar:
After doing some research, i do agree that AES is much more efficient and faster than 3DES, but i have to use 3DES due to project requirements.
encryptedText1= encrypt(txt, key1)
decryptedText= decrypt(encryptedText1, key2)
finalEncryptedText= encrypt(decryptedText, key3)
Originally posted by Carey Evans:
Sun calls 3DES "DESede"
Nice to meet you.
Originally posted by Carey Evans:
I suspect you're converting "6194E4CD35B5E4342036D45258F7304BA37136BE90808912", etc. into keys incorrectly.
That which doesn't kill us makes us stronger. I think a piece of pie wouldn't kill me. Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|