An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

pkcs7

Implements PKCS #7 padding. This implements the PKCS #7 padding scheme. This scheme is defined in RFC 5652, section 6.3. Strings will be padded out to multiples of the block size; for example, a 5-byte string with an 8-byte block size will have three bytes of padding added. If the length is already a multiple of the block size, an entire block size worth of padding is added. The padding bytes are all set to the number of padding bytes. Returning to the previous example, the padding string would be three bytes of the byte 0x03. Unpadding checks the length and padding, and if this is valid, strips off the padding.

Ecosystem
hackage.haskell.org
Latest Release
1.0.0.1
over 10 years ago
Versions
2
Downloads
1,615 total
Links
Registry hackage.haskell.org
Source Repository
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/pkcs7
spec
License MIT
First Release over 10 years ago
Last Synced 19 days ago
Repository
Stars 1 on GitHub
Forks 1 on GitHub