Versions in this module Expand all Collapse all v0 v0.1.0 Dec 15, 2014 Changes in this version + func Decrypt(password string, data []byte) ([]byte, error) + func Encrypt(password string, data []byte) ([]byte, error) + func EncryptWithOptions(password string, data, encSalt, hmacSalt, iv []byte) ([]byte, error) + func RandBytes(num int64) ([]byte, error)