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

Einstore/open-crypto

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

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

Repository files navigation

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.8%
  • C 2.5%
  • C++ 2.2%
  • Dockerfile 0.5%