2 releases

0.0.2 May 28, 2019
0.0.1 May 28, 2019

#4 in #cryptosystem

23 downloads per month

MIT/Apache

105KB
200 lines

Latest Version

rcmixed

Mixed cryptosystem. inspired by PGP.

  • key store.
  • public key cryptography + symmetric cryptography.
  • DH cryptography + symmetric cryptography.
  • feature implement:
    • RSA + AES-CBC + SHA(2, 3)
    • DH-RSA + AES-CBC + SHA(2, 3)
    • x25519(DH + curve25519) + AES-CBC + SHA(2, 3)
  • Failure.
  • Tests.
  • Bench.
  • Doc.

Singature & Encrypt Function

img

License

This project is licensed under either of

at your option.

Dependencies

~2.5MB
~30K SLoC