Versions in this module Expand all Collapse all v0 v0.1.40 Jun 15, 2026 v0.1.39 Jun 14, 2026 Changes in this version + const KeyFileSize + const ThreeNcrPrefix + func DecryptPassword(encryptedPassword string, masterKey []byte) (string, error) + func EncryptPassword(password string, masterKey []byte) (string, error) + func GetOrCreateKeyFile(dataDir string) ([]byte, error) + func IsLegacyCiphertext(stored string) bool