index
:
gocryptfs
570
LockSharedStorage
allow_other
codeql
dependabot
det
master
next
paralin-update-deps
setup-go-v3
testing_init
Mirror of gocryptfs source code on Github
https://github.com/rfjakob/gocryptfs
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cryptfs
/
cryptfs.go
Age
Commit message (
Expand
)
Author
2016-01-21
Wrap Logger to make disabling output more efficient
Jakob Unterwurzacher
2015-12-19
Use NewGCMWithNonceSize only through goGCMWrapper to support Go 1.4
Jakob Unterwurzacher
2015-12-19
Increase GCM IV size from 96 to 128 bits
Jakob Unterwurzacher
2015-12-13
go fmt
Jakob Unterwurzacher
2015-12-08
Add EME filename encryption & enable it by default
Jakob Unterwurzacher
2015-11-29
Add single-element cache for DirIV lookup
Jakob Unterwurzacher
2015-11-25
diriv: Create gocryptfs.diriv in every directory
Jakob Unterwurzacher
2015-11-03
Update USAGE.txt
Jakob Unterwurzacher
2015-11-03
Implement PlainTextNames mode
Jakob Unterwurzacher
2015-11-01
Refactor ciphertext <-> plaintext offset translation functions
Jakob Unterwurzacher
2015-11-01
Add file header (on-disk-format change)
Jakob Unterwurzacher
2015-10-06
Use block number as authentication data
Jakob Unterwurzacher
2015-10-06
Switch to AES-256
Jakob Unterwurzacher
2015-10-06
Implement proper daemonization
Jakob Unterwurzacher
2015-10-04
Run go fmt
Jakob Unterwurzacher
2015-10-03
debug: log inode number instead of encrypted filename
Jakob Unterwurzacher
2015-10-03
Implement file hole passtrough
Jakob Unterwurzacher
2015-09-13
Encrypt key with scrypt-hashed password
Jakob Unterwurzacher
2015-09-13
Implement json config storage (not yet encrypted)
Jakob Unterwurzacher
2015-09-06
Add OpenSSL support for file content encryption/decryption
Jakob Unterwurzacher
2015-09-05
Cleanup and rename files
Jakob Unterwurzacher
2015-09-05
Fix size reporting
Jakob Unterwurzacher
2015-09-05
Fix write path
Jakob Unterwurzacher
2015-09-05
Wrap cluefs part I
Jakob Unterwurzacher