Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 251 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 251 Bytes

Crypto library

Crypto library for encryption and decryption operations build with Go language.

Features:

  • RSA key pair generation with an arbitrary size, but not less than 64 bits
  • RSA encryption and decryption
  • AES encryption and decryption