sop / pkcs5
A PHP implementation of PKCS #5 password-based cryptography.
0.3.0
2019-05-23 07:34 UTC
Requires
- php: >=7.2
- ext-hash: *
- sop/asn1: ^4.0.0
- sop/crypto-bridge: ^0.3.1
- sop/crypto-types: ^0.3.0
Requires (Dev)
- phpunit/phpunit: ^8.1
README
A PHP implementation of PKCS #5 password-based cryptography.
Provides ASN.1 types for PBE algorithm identifiers and related structures.
Requirements
- PHP >=7.2
- sop/asn1
- sop/crypto-types
- sop/crypto-bridge
Installation
This library is available on Packagist.
composer require sop/pkcs5
License
This project is licensed under the MIT License.