Search found 1 match

by done8989
Wed Jul 03, 2013 3:29 pm
Forum: AES Crypt
Topic: If I try to change the code and use PCS5Padding ...
Replies: 1
Views: 5692

If I try to change the code and use PCS5Padding ...

.. the encryption doesn't work. I receive a ShortBufferException: Output buffer too short: 32 bytes given, 48 bytes needed

Hello,
I was trying to setup the code so I could use PCS5Padding in the encryption mode but I noticed that I can't. Do you have any idea what should I do to make it work ? And ...