Need help from Respected sabre150

Hello Sir/Ma'am,

We have encountered a BadPaddingException. We read the forums regarding it ie abt using sun.misc.BASE64Decoder/sun.misc.BASE64Encoder. We are not able to download those stuffs from codec(website which u had already suggested in other forums).....

We have implemented InputStream and OutputStream...

Sir please help...

[361 byte] By [KITSa] at [2007-11-26 17:25:43]
# 1

So how can I help? BadPaddingException can result from several things. You could have used a different key for decryption than you used for encryption. You could have tried to convert your encrypted data to a String using new String(encryptedData).

What is stopping you downloading 'jakarta commons codec' ? I have just downloaded it again from http://jakarta.apache.org/site/downloads/downloads_commons-codec.cgi .

P.S. It is considered 'bad form' to address a query to an individual.

sabre150a at 2007-7-8 23:53:44 > top of Java-index,Security,Cryptography...
# 2
Sorry Sir
KITSa at 2007-7-8 23:53:44 > top of Java-index,Security,Cryptography...