Categorygithub.com/telkomdev/go-crypsi
repositorypackage
1.0.4
Repository: https://github.com/telkomdev/go-crypsi.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

crypsi (Go Crypto Utility)

Custom crypto utility that wraps the crypto Go module to make life easier

go-crypsi CI Go Reference

go-crypsi is compatible with each other with the following libraries

Features

  • Asymmetric encryption with RSA
  • Generate RSA private and public key
  • Digital Signature with RSA private and public key using PSS
  • Symmetric encryption with AES
  • Message authentication code with HMAC
  • Generate Hash with Common DIGEST Algorithm

Install

$ go get github.com/telkomdev/go-crypsi

Todo

  • add more examples