freddy parra
2005-04-19 00:41:03 UTC
Hi,
I want to encrypt a string using AES CBC using PKCS#5 padding.
The AES CBConly seems to support PKCS7 padding
(the PaddingMode enumeration contains 'PKCS7' and 'Zeroes').
How do I do PKCS5 padding?
/Freddy
I want to encrypt a string using AES CBC using PKCS#5 padding.
The AES CBConly seems to support PKCS7 padding
(the PaddingMode enumeration contains 'PKCS7' and 'Zeroes').
How do I do PKCS5 padding?
/Freddy