Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

vapor/open-crypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

โš ๏ธ This library has been deprecated in favor of https://github.com/apple/swift-crypto


CryptoKit

API Docs Team Chat MIT License Continuous Integration Swift 5


OpenCrypto is a drop-in replacement for Apple's 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)