package
0.0.0-20231014105833-65c1c1ca087f
Repository: https://github.com/kopp0ut/go-util.git
Documentation: pkg.go.dev

# README

enc

Package enc is a collection of small encryption utilities for common solutions such as:

  • RSA Signing, Decryption and Verification
  • AES CBC Encryption and Decryption
  • AES GCM Encryption Decryption with ID

I've also implemented a couple of small helper functions I've seen in other libs such as:

  • Generating a SHA256 Sum