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:
- Advanced Encryption Standard (AES) Algorithm
- AES with base64 encoding
- Rivest–Shamir–Adleman RSA Algorithm
To see how to use these method go through example.go
file in example package