package
Version:
v2.0.0
Opens a new window with list of versions in this module.
Published: Feb 3, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Decrypt decrypts the input
output := Encrypt("EBIIL!")
fmt.Println(output)
// "HELLO!"
Encrypt encrypts the input
output := Encrypt("HELLO!")
fmt.Println(output)
// "EBIIL!"
Source Files
¶
Click to show internal directories.
Click to hide internal directories.