Link to home
Start Free TrialLog in
Avatar of prasadshiva
prasadshiva

asked on

About Encription and decryption in java

i have encripted a string by fetching from a database and using cipher class with base64 method and stored it again in to the database .Now while fetching from database and decripting im getting exception .Can anybody guide me how to decrypt an encrypted String from a database and display that decripted string.

(i have used DESede/ECB/PKCS5Padding algorithm)
kindly mail me

thanking u
shiva
ASKER CERTIFIED SOLUTION
Avatar of override_y2k
override_y2k

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial