topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 9:30 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Java CBC encryption now supported  (Read 9117 times)

k2r

  • Honorary Member
  • Joined in 2007
  • **
  • Posts: 1
    • View Profile
    • Donate to Member
Java CBC encryption now supported
« 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

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Java CBC encryption now supported
« Reply #1 on: May 14, 2007, 03:42 PM »
fantastic work  :Thmbsup: :Thmbsup: