You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would just like to ask if the library uses PKCS5? It isn't explicitly noted anywhere I think, although my guess is that it uses PKCS5?
The library can decode PKCS7 but the padding is of course incorrectly decrypted. Hence, there are a garbage bytes after using a delimiter.
I'm not really sure what to do about it, as sometimes the decryption fails. Although most of the time it works. And I think it may be because of the padding.
The text was updated successfully, but these errors were encountered:
the library it supposed to use PKCS7,
can you sent me a sample code and the output?
if you want to do it in private drop me an email @ spaniakos@gmail.com
I would just like to ask if the library uses PKCS5? It isn't explicitly noted anywhere I think, although my guess is that it uses PKCS5?
The library can decode PKCS7 but the padding is of course incorrectly decrypted. Hence, there are a garbage bytes after using a delimiter.
I'm not really sure what to do about it, as sometimes the decryption fails. Although most of the time it works. And I think it may be because of the padding.
The text was updated successfully, but these errors were encountered: