Skip to content

๐Ÿ”‘ Hashing (BCrypt, SHA2, HMAC), encryption (AES), public-key (RSA), and random data generation.

License

Notifications You must be signed in to change notification settings

kaustubh-seachange/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)

About

๐Ÿ”‘ Hashing (BCrypt, SHA2, HMAC), encryption (AES), public-key (RSA), and random data generation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 94.6%
  • C 2.6%
  • C++ 2.3%
  • Dockerfile 0.5%