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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cryptfs
/
config_file.go
Age
Commit message (
Expand
)
Author
2016-01-20
Convert logging to standard Go log.Logger
Jakob Unterwurzacher
2015-12-19
Increase GCM IV size from 96 to 128 bits
Jakob Unterwurzacher
2015-12-10
Simplify CreateConfFile: do not allow specification of EMENames
Jakob Unterwurzacher
2015-12-08
Add EME filename encryption & enable it by default
Jakob Unterwurzacher
2015-11-29
Add "-scryptn" option that sets the cost parameter for scrypt
v0.5-rc1
Jakob Unterwurzacher
2015-11-28
diriv: use "DirIV" flag to discern and support mounting old filesystems
Jakob Unterwurzacher
2015-11-27
diriv: Define "DirIV" feature flag
Jakob Unterwurzacher
2015-11-25
Tighten file permissions on gocryptfs.conf
Jakob Unterwurzacher
2015-11-14
Run go fmt and go vet
Jakob Unterwurzacher
2015-11-03
config: Introduce ext4-style feature flags
Jakob Unterwurzacher
2015-11-03
Implement PlainTextNames mode
Jakob Unterwurzacher
2015-11-02
Add "--plaintextnames" option
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-11
main: check directories for existence early
Jakob Unterwurzacher
2015-10-07
Implement "gocryptfs --passwd" (pasword changing)
Jakob Unterwurzacher
2015-10-06
Use block number as authentication data
Jakob Unterwurzacher
2015-10-04
Run go fmt
Jakob Unterwurzacher
2015-09-14
Use MarshalIndent for JSON generation
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