Documentation ¶
Index ¶
- Constants
- func Decrypt(text, key string) (string, *errors.Error)
- func Deobfuscate(id int64) hide.Int64
- func Encrypt(text, key string) (string, *errors.Error)
- func GeneratePrime(mode int) (uint64, error)
- func HideToByte(id hide.Int64) []byte
- func HideToString(id hide.Int64) string
- func Obfuscate(id hide.Int64) int64
- func RandomCIV() ([]byte, *errors.Error)
Constants ¶
View Source
const KeySize = 16
KeySize ya
Variables ¶
This section is empty.
Functions ¶
func Deobfuscate ¶
func HideToByte ¶
HideToByte converts hide.Int64 into byte slice
func HideToString ¶
HideToString converts hide.Int64 into string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.