libgocryptfs/cryptfs
Jakob Unterwurzacher c859f0b2dc intraBlock: Rename Offset to Skip
"Offset" is unclear whether it is an offset from the start of file
or start of block. "Skip" seems much better.
2015-10-04 14:24:43 +02:00
..
config_file.go Use MarshalIndent for JSON generation 2015-09-14 00:45:41 +02:00
content_test.go intraBlock: Rename Offset to Skip 2015-10-04 14:24:43 +02:00
cryptfs.go debug: log inode number instead of encrypted filename 2015-10-03 19:16:34 +02:00
cryptfs_content.go intraBlock: Rename Offset to Skip 2015-10-04 14:24:43 +02:00
cryptfs_names.go symlink encryption: pass ".." and "." through unchanged 2015-09-16 18:43:07 +02:00
intrablock.go intraBlock: Rename Offset to Skip 2015-10-04 14:24:43 +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