An open API service indexing awesome lists of open source software.

https://github.com/sop/crypto-util

A PHP library of various utilities for cryptographic applications.
https://github.com/sop/crypto-util

cryptography elliptic-curves pbkdf1 pbkdf2 pem private-key public-key rsa

Last synced: 5 months ago
JSON representation

A PHP library of various utilities for cryptographic applications.

Awesome Lists containing this project

README

          

# CryptoUtil
This library is deprecated and has been split to multiple packages:
* [crypto-encoding](https://github.com/sop/crypto-encoding) for PEM encoding/decoding
* [crypto-types](https://github.com/sop/crypto-types) for various ASN.1 types
* [crypto-bridge](https://github.com/sop/crypto-bridge) for signature and encryption support
* [pkcs5](https://github.com/sop/pkcs5) for password-based cryptography
* [pkcs8](https://github.com/sop/pkcs8) for encrypted private-key

Please see [the final release](https://github.com/sop/crypto-util/tree/1.10.0)
for legacy support.