File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Security and the fly likes BadPaddingException using DES Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "BadPaddingException using DES" Watch "BadPaddingException using DES" New topic
Author

BadPaddingException using DES

Aravind Ramanujam
Greenhorn

Joined: Dec 14, 2004
Posts: 15
I'm getting javax.crypto.BadPaddingException: Given final block not properly padded while trying to decrypt using DES. Here is the code snippet:



Please let me know if i'm doing anything wrong here. Any help is appreciated
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35253
    
    7
A quick search through the forum would have uncovered this thread. Let us know of if that's the problem.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: BadPaddingException using DES
 
Similar Threads
Encrypt data before storing database
Cryptography - deciphering doesn't yield the same text
error coming while decrypting...
Exception in thread "main" java.security.InvalidKeyException:
javax.crypto.IllegalBlockSizeException: Input length must be multiple of 8