Documentation ¶
Index ¶
Constants ¶
View Source
const ( LETTERS = "abcdefghijklmnopqrstuvwxyz" DIGITS = "0123456789" SYMBOLS = "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~" )
LETTERS, DIGITS, and SYMBOLS are the string representations of all possible letters, digits, and symbols (minus some symbols).
Variables ¶
This section is empty.
Functions ¶
func Generate ¶
Generate a hash using a caesarCipher with the specified hashing Algorithm. A pseudo-random rot is generated based on given Seed for number of rotations (NRots) specified. If Uppercase is set to true, capitalize the first rune that IsLetter for UppercaseTimes. If Symbols are given, append them to the hash.
Types ¶
Click to show internal directories.
Click to hide internal directories.