libgocryptfs/cryptfs
Jakob Unterwurzacher 5229b8f5f5 Add BlockNoPlainOff() and BlockNoCipherOff() + test
Also, fix key, it is now []byte, not [16]byte
2015-10-04 11:03:40 +02:00
..
config_file.go Use MarshalIndent for JSON generation 2015-09-14 00:45:41 +02:00
content_test.go Add BlockNoPlainOff() and BlockNoCipherOff() + test 2015-10-04 11:03:40 +02:00
cryptfs.go debug: log inode number instead of encrypted filename 2015-10-03 19:16:34 +02:00
cryptfs_content.go Add BlockNoPlainOff() and BlockNoCipherOff() + test 2015-10-04 11:03:40 +02:00
cryptfs_names.go symlink encryption: pass ".." and "." through unchanged 2015-09-16 18:43:07 +02:00
intrablock.go Cleanup and rename files 2015-09-05 20:30:20 +02:00
kdf.go Encrypt key with scrypt-hashed password 2015-09-13 22:09:38 +02:00
log.go Fix xfstests generic/030 failure 2015-10-04 00:26:20 +02:00
names_test.go Add BlockNoPlainOff() and BlockNoCipherOff() + test 2015-10-04 11:03:40 +02:00
nonce.go Implement json config storage (not yet encrypted) 2015-09-13 17:55:07 +02:00
openssl_aead.go Add OpenSSL support for file content encryption/decryption 2015-09-06 10:42:34 +02:00