JAVA : Triple DES or DESede Algorithm
3DES or Triple DES or DESede are well known encryption algorithm which are the “child” of DES(Data Encryption Standard). Although it was replace by AES (Advance Encryption Standard) still there are some people like me studies this old thing.
Triple DES is part of my final year project. I asked my lecturer if i perform DES three times, is it same like Triple DES. The answer is NO because Triple DES use different keys.
The keys use is 56 bit. I just finished a simple JAVA application on Triple DES. The application receive input and password from user. Then display the output which the user can choose between encrypt or decrypt.
If you want to try my newly developed JAVA application, you can download it here. If you want the sample of the code?!Please contact me at n a w u z a at g m a i l . c o m.

Above is the screen shot of my JAVA application.
Thank you for reading this post. You can now Read Comments (5) or Leave A Trackback.
Post Info
This entry was posted on Tuesday, February 19th, 2008 and is filed under ComputerScience, Education, JAVA.You can follow any responses to this entry through the Comments Feed. You can Leave A Comment, or A Trackback.
Previous Post: Snoring »
Next Post: Liverpool FC 2-0 Inter Milan »












March 11th, 2008 19:30
Hey bro, can I get the sample of the code of this Triple DES algorithm? Thanks first…
March 12th, 2008 15:09
no you can’t..i can’t help you through the process.
March 26th, 2008 08:35
In the name of Open Source, why can’t you share your codes…
March 26th, 2008 11:57
of course i will..but not now Pro Open Source..
July 22nd, 2008 00:30
I would like to see this sample code too!