libgocryptfs/internal/cryptocore
danim7 f1945c4daa Add -forcedecode
Force decode of encrypted files even if the integrity check fails, instead of
failing with an IO error. Warning messages are still printed to syslog if corrupted
files are encountered.
It can be useful to recover files from disks with bad sectors or other corrupted
media.

Closes https://github.com/rfjakob/gocryptfs/pull/102 .
2017-04-23 23:11:56 +02:00
..
cryptocore.go Add -forcedecode 2017-04-23 23:11:56 +02:00
cryptocore_test.go Add -forcedecode 2017-04-23 23:11:56 +02:00
hkdf.go full stack: implement HKDF support 2017-03-05 21:59:55 +01:00
nonce.go Replace all calls to naked panic() with log.Panic() 2016-12-10 11:54:36 +01:00