Documentation ¶
Index ¶
- func CaesarCipher(text string, shift int) string
- func CryptoDecryptData(contentRawB64 string, RawKey string) string
- func CryptoHashedData(content []byte, RawKey string) string
- func DepressHashedData(passkey int, HandleTime int64, raw string) ([]byte, error)
- func GenerateExistedKey(passkey int, unix int64) (HashedKey string)
- func GenerateKey() (passkey int, HashedKey string, HandleTime int64)
- func GetLetterByPosition(position int) string
- func JsonHashedData(k []byte) (passkey int, HandleTime int64, EncryptoData string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CaesarCipher ¶
CaesarCipher implements a simple Caesar cipher encryption and decryption
func CryptoDecryptData ¶
func CryptoHashedData ¶
func DepressHashedData ¶
func GenerateExistedKey ¶
func GenerateKey ¶
func GetLetterByPosition ¶
GetLetterByPosition returns the letter at the specified position in the alphabet
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.