Skip to content

weixin-ts / cdn/src / pkcs7Pad

Function: pkcs7Pad()

pkcs7Pad(data): Uint8Array

Defined in: cdn/src/aes-ecb.ts:30

Apply PKCS7 padding to a buffer.

Parameters

data

Uint8Array

Input data

Returns

Uint8Array

Padded data (length is multiple of 16)

Released under the MIT License.