Versions in this module Expand all Collapse all v0 v0.3.1 Feb 21, 2021 v0.1.1 Jul 13, 2017 Changes in this version + type NameCrypter struct + func NewNameCrypter(key []byte) *NameCrypter + func (nc *NameCrypter) DecryptLink(cpath string) (string, error) + func (nc *NameCrypter) DecryptName(name string) (string, error) + func (nc *NameCrypter) DecryptPath(path string) (string, error) + func (nc *NameCrypter) EncryptLink(path string) string + func (nc *NameCrypter) EncryptName(path string, name string) string + func (nc *NameCrypter) EncryptPath(path string) string