PKCS#5 padding.
Similar to PKCS#7 padding, except PKCS#5 padding is only defined for ciphers that use a block size of 8 bytes. Hence, the given buffer will be padded to a length of 8 bytes.
A reference to the buffer to pad
The padded buffer
See Implementation
PKCS#5 padding.
Similar to PKCS#7 padding, except PKCS#5 padding is only defined for ciphers that use a block size of 8 bytes. Hence, the given buffer will be padded to a length of 8 bytes.