Categorygithub.com/sudiksa17/encryption
repository
0.0.0-20200527094049-9531cd0936d3
Repository: https://github.com/sudiksa17/encryption.git
Documentation: pkg.go.dev

# Packages

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

# README

Encryption

Encryption Decryption Method

To use this library, type following command in your terminal go get github.com/sudiksa17/Encryption/encryption

This library provide three ways to encrypt decrypt your data:

  1. Advanced Encryption Standard (AES) Algorithm
  2. AES with base64 encoding
  3. Rivest–Shamir–Adleman RSA Algorithm

To see how to use these method go through example.go file in example package