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
https://arc.net/l/quote/yhhfaiib:
PKCS5Padding schema is actually very simple. It follows the following rules:
The number of bytes to be padded equals to “8 - numberOfBytes(clearText) mod 8”. So 1 to 8 bytes will be padded to the clear text data depending on the length of the clear text data.
All padded bytes have the same value - the number of bytes padded.
Is your feature request related to a problem? Please describe.
PG has such implementations:
https://www.postgresql.org/docs/current/pgcrypto.html#PGCRYPTO-RAW-ENC-FUNCS
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
Example from the user:
The text was updated successfully, but these errors were encountered: