Versions in this module Expand all Collapse all v0 v0.0.2 Nov 2, 2022 v0.0.1 Nov 2, 2022 Changes in this version + func DecryptV3(content []byte, password string) ([]byte, error) + func DecryptV4(content []byte, password string) ([]byte, error) + func EncryptV3(content []byte, password string, customScrypt ...int) ([]byte, error) + func EncryptV4(content []byte, password string) ([]byte, error)