/cryptolib

Crypto library for encryption and decryption operations in Go

Primary LanguageGoMIT LicenseMIT

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