proxy.golang.org : github.com/aegistudio/enigma : v0.1.0
Package enigma implements the simple encrypted filesystem. The filesystem is specified a block cipher which is used to encrypt the subcipher of the filesystem. The subcipher is then used to encrypt the file names and data. The path of each file is taken into consideration while generating nonce. Thanks to the CTR mode, the size of each files is the same size as their plain text one, and supports random access. For nonce generation, a crypto random nonce will be generated for encrypting the cipher, while file names will have their corresponding nonce generated in a deterministic process. The file will be encrypted by their file names, which means each file must be re-encrypted when it is renamed.
Registry -
Documentation -
Download -
JSON -
codemeta.json
purl: pkg:golang/github.com/aegistudio/enigma@v0.1.0
Published:
Indexed:
Related tag:
v0.1.0
- github.com/aegistudio/go-winfsp v1.0.0
- github.com/aegistudio/shaft v1.0.0
- github.com/davecgh/go-spew v1.1.1
- github.com/fclairamb/ftpserverlib v0.20.0
- github.com/fclairamb/go-log v0.4.1
- github.com/hanwen/go-fuse/v2 v2.2.0
- github.com/hashicorp/golang-lru v0.6.0
- github.com/inconshreveable/mousetrap v1.0.1
- github.com/kr/pretty v0.2.0
- github.com/pkg/errors v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/spf13/afero v1.9.3
- github.com/spf13/cobra v1.6.1
- github.com/spf13/pflag v1.0.5
- github.com/stretchr/testify v1.8.1
- golang.org/x/sync v0.1.0
- golang.org/x/sys v0.3.0
- golang.org/x/text v0.3.7
- google.golang.org/protobuf v1.28.1
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
- gopkg.in/yaml.v3 v3.0.1