Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vapor/open-crypto
🔑 Hashing (BCrypt, SHA2, HMAC), encryption (AES), public-key (RSA), and random data generation.
https://github.com/vapor/open-crypto
cryptography encryption hash openssl random-generation rsa server-side-swift spm swift-linux vapor
Last synced: 3 months ago
JSON representation
🔑 Hashing (BCrypt, SHA2, HMAC), encryption (AES), public-key (RSA), and random data generation.
- Host: GitHub
- URL: https://github.com/vapor/open-crypto
- Owner: vapor
- License: mit
- Archived: true
- Created: 2016-08-05T22:00:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T23:43:45.000Z (over 4 years ago)
- Last Synced: 2024-05-18T22:52:06.141Z (6 months ago)
- Topics: cryptography, encryption, hash, openssl, random-generation, rsa, server-side-swift, spm, swift-linux, vapor
- Language: Swift
- Homepage:
- Size: 455 KB
- Stars: 133
- Watchers: 27
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- TheList - Vapor Crypto
README
⚠️ This library has been deprecated in favor of https://github.com/apple/swift-crypto
---
---
OpenCrypto is a drop-in replacement for Apple's [CryptoKit](https://developer.apple.com/documentation/cryptokit) built on OpenSSL.
This package is meant for use on platforms where CryptoKit is not available, like Linux. Most features from CryptoKit are available, but some are still missing:
- ✅ MD5
- ✅ SHA1
- ✅ SHA2 (256, 384, 512)
- ✅ HMAC
- ✅ AES GCM (128, 192, 256)
- ✅ ChaChaPoly (1305)
- ❌ Curve25519
- ❌ NIST P (256, 384, 521)