Versions in this module Expand all Collapse all v1 v1.1.0 Sep 25, 2018 Changes in this version type KeyCypher + Key []byte v1.0.0 May 26, 2017 Changes in this version + type KeyCypher struct + func InitKeyCypher(cypherType int) *KeyCypher + func (k *KeyCypher) DecryptString(cryptoText string) string + func (k *KeyCypher) EncryptString(text string) string