aspose file tools
The moose likes Security and the fly likes PBE decryption does not work Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Security
Reply Bookmark "PBE decryption does not work " Watch "PBE decryption does not work " New topic
Author

PBE decryption does not work

Rob Lee
Greenhorn

Joined: Jun 03, 2012
Posts: 12
Hello all,

The encryption in the code below works fine but i get error for decryption. any clues?


the output is (Exception in thread "main" javax.crypto.IllegalBlockSizeException: Input length must be multiple of 16 when decrypting with padded cipher)
I do prefer salt to victors , so any sample code to tweak the program to use salt only will be much welcomed.

Thank you
 
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: PBE decryption does not work
 
Similar Threads
AES Encryption Service
SSHTools, SFTP, Bouncy Castle, JCE, AES128 CBC and other acronyms. Help me put them together.
Store HTTPS file upload on server encrypted?
Encrypted values all contain same final characters
javax.crypto with sun AND ibm...