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.
- Host: GitHub
- URL: https://github.com/sop/crypto-util
- Owner: sop
- License: mit
- Created: 2016-04-13T09:34:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-03T07:08:39.000Z (almost 9 years ago)
- Last Synced: 2024-02-26T19:07:09.076Z (over 2 years ago)
- Topics: cryptography, elliptic-curves, pbkdf1, pbkdf2, pem, private-key, public-key, rsa
- Homepage:
- Size: 343 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.