DonationCoder.com Forum

DonationCoder.com Software => Mouser's Zone => Mircryption => Topic started by: k2r on May 14, 2007, 03:17 PM

Title: Java CBC encryption now supported
Post by: k2r on May 14, 2007, 03:17 PM
Hi,

Mouser ask me to post a message here so ... ;)

After the ECB encryption, i have coded an CBC encryption. If you have any question or suggestion, post your message here.

I hope will be usefull for java irc client that want improves security encryption.

The package provides a test main class with an exemple :

Initial : java mircryption CBC implementation !
ECB ENCRYPTION
Encrypt : +OK CVVF7.ZhgouYPkPSF/Zbzeg/BD67.YZsEHc/GWrTaZS4C34/QzEOoZuWCSe.
Decrypt : java mircryption CBC implementation !
CBC ENCRYPTION
Encrypt : +OK *b6m8GKBtj5dwxG32SAsQhFwZCMTMxdkmlLDPaRBa7lj6WqHaLHYUxriXhd4e4rXZek5m9VKqvOw=
Decrypt : java mircryption CBC implementation !

Mouser will post the project officialy soon
Title: Re: Java CBC encryption now supported
Post by: mouser on May 14, 2007, 03:42 PM
fantastic work  :Thmbsup: :Thmbsup: