Thursday, September 11, 2008

Simple Java Encryptor and Decryptor


Well, glad to be here again, posting again, and sharing again. This time I want to share a simple java encrypt and decrypt application. Well, I'm not the one who write the code from scratch. This application was a modification of javaencryptor from sourceforge.org, I designed the UI in Netbeans,which I think better then the original one (but, I'm sure You can do better). This application use DES algorithm to encrypt and decrypt, and this is one of Password Based Encryption (PBE) application. Perfect for encrypt (almost, maybe) all type of files. It's suitable for beginner java programmer (like me, of course) to learn more about java cryptography. You can get it here PBEDes or in Download box.
Well, I think that's all I can write this time, and maybe this blog will be left fo a while, because I'm concentrating on my final assignment now, for my graduation.
So if any comments or suggestions, just write in comments...
feel free to be creative..

Read More..