Age | Commit message (Expand) | Author |
2021-11-01 | docs: names longer than 175 bytes (not 176) are stored in longnames | Jakob Unterwurzacher |
2021-10-21 | cli: add -longnamemax | Jakob Unterwurzacher |
2021-10-21 | configfile: add LongNameMax support | Jakob Unterwurzacher |
2021-10-21 | configfile: replace broken switch/case logic with if | Jakob Unterwurzacher |
2021-09-10 | cli: drop -forcedecode flag | Jakob Unterwurzacher |
2021-08-30 | Unbreak hyperlinks broken by go mod v2 conversion | Jakob Unterwurzacher |
2021-08-25 | -devrandom: make flag a no-op | Jakob Unterwurzacher |
2021-08-23 | cryptocore: add NonceSize to AEADTypeEnum | Jakob Unterwurzacher |
2021-08-23 | configfile: add Validate() function, support FlagXChaCha20Poly1305 | Jakob Unterwurzacher |
2021-08-23 | Add partial XChaCha20-Poly1305 support (mount flag only) | Jakob Unterwurzacher |
2021-08-23 | go mod: declare module version v2 | Jakob Unterwurzacher |
2021-08-21 | configfile: pass struct to Create 2/2 | Jakob Unterwurzacher |
2021-08-21 | configfile: pass struct to Create 1/2 | Jakob Unterwurzacher |
2021-08-20 | -deterministic-names: accept flag on -init | Jakob Unterwurzacher |
2021-06-20 | fido2: hide "FIDO2" in gocryptfs.conf if not used | Jakob Unterwurzacher |
2020-09-12 | Add support for FIDO2 tokens | Pavol Rusnak |
2019-12-28 | remove Trezor support | Pavol Rusnak |
2019-04-08 | configfile: fall back to sync() if fsync() fails | Jakob Unterwurzacher |
2018-12-28 | configfile: Fix a copy&paste error in validateParams method. | Sebastian Lackner |
2018-12-27 | configfile: Explicitly wipe scrypt derived key after decrypting/encrypting ma... | Sebastian Lackner |
2018-09-08 | configfile: add LoadAndDecrypt wrapper | Jakob Unterwurzacher |
2018-09-08 | configfile: split off masterkey decryption | Jakob Unterwurzacher |
2018-09-08 | configfile: return specific error on empty input | Jakob Unterwurzacher |
2018-07-23 | configfile: drop superflous Printf | Jakob Unterwurzacher |
2018-07-01 | Only print masterkey once on -init | Jakob Unterwurzacher |
2018-07-01 | trezor: add TrezorPayload | Jakob Unterwurzacher |
2018-07-01 | configfile: reduce function name stutter | Jakob Unterwurzacher |
2018-07-01 | trezor: add skeleton for Trezor support | Jakob Unterwurzacher |
2018-06-24 | configfile: use tlog.ColorYellow instead of hardcoded color code | Jakob Unterwurzacher |
2018-04-02 | fsck: test against example_filesystems | Jakob Unterwurzacher |
2018-02-18 | readpassword: convert from string to []byte | Jakob Unterwurzacher |
2018-02-18 | configfile: overwrite and let keys run out of scope | Jakob Unterwurzacher |
2017-11-21 | main: Add '-devrandom' commandline option | Sebastian Lackner |
2017-05-14 | exitcodes: specific codes for failure to read or write gocryptfs.conf | Jakob Unterwurzacher |
2017-05-07 | exitcodes: pull all exit code definitions into the package | Jakob Unterwurzacher |
2017-05-07 | Fix typos found by Misspell | Jakob Unterwurzacher |
2017-04-23 | Add -forcedecode | danim7 |
2017-03-25 | configfile: always validate all scrypt parameters | Jakob Unterwurzacher |
2017-03-07 | configfile: HKDF feature flag should also be set for "-plaintextnames" | Jakob Unterwurzacher |
2017-03-07 | configfile: enable HKDF and Raw64 feature flags by default | Jakob Unterwurzacher |
2017-03-05 | tests: configfile: fix spurious test failure II | Jakob Unterwurzacher |
2017-03-05 | tests: configfile: fix spurious test failure | Jakob Unterwurzacher |
2017-03-05 | configfile: disable Raw64 for now | Jakob Unterwurzacher |
2017-03-05 | full stack: implement HKDF support | Jakob Unterwurzacher |
2017-03-05 | configfile: reject the "HKDF" flag for now | Jakob Unterwurzacher |
2017-03-05 | configfile: switch on Raw64 by default | Jakob Unterwurzacher |
2017-03-05 | configfile: switch to 128-bit IVs for master key encryption | Jakob Unterwurzacher |
2017-03-05 | configfile: define HKDF flag | Jakob Unterwurzacher |
2017-02-26 | exitcodes: define code 12 for "password incorrect" | Jakob Unterwurzacher |
2017-02-25 | configfile: rename "kdf.go" -> "scrypt.go" | Jakob Unterwurzacher |