Versions in this module Expand all Collapse all v0 v0.7.1 Aug 16, 2018 v0.5.1 May 31, 2018 Changes in this version + type AESCipher struct + func (ac *AESCipher) Decrypt(src string) (string, error) + func (ac *AESCipher) Encrypt(src string) (string, error) + type Cipher interface + Decrypt func(src string) (string, error) + Encrypt func(src string) (string, error) + Init func()