Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.security > #36

Re: IllegalBlockSizeExcep

From "swetha" <swetha@THRWHITE.remove-dii-this>
Subject Re: IllegalBlockSizeExcep
Message-ID <1193223809.631194.285230@q5g2000prf.googlegroups.com> (permalink)
Newsgroups comp.lang.java.security
References <1193214247.982547.102290@v29g2000prd.googlegroups.com>
Date 2011-04-27 16:07 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.security
Apparently, changing

Cipher ecipher = Cipher.getInstance("DES");

to

Cipher ecipher = Cipher.getInstance("DES/ECB/PKCS5Padding");

works.

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.security | Previous | NextPrevious in thread | Find similar


Thread

IllegalBlockSizeException "swetha" <swetha@THRWHITE.remove-dii-this> - 2011-04-27 16:07 +0000
  Re: IllegalBlockSizeExcep "swetha" <swetha@THRWHITE.remove-dii-this> - 2011-04-27 16:07 +0000

csiph-web