encfs-java/src
Mark Pariente 7c8fd64e0d Handle malformed file names in BFDS.decryptImpl()
In case there is a file on the volume storage that is exactly two bytes
long, BasicFilenameDecryptionStrategy.decryptImpl() will end up with a
zero length encFileName which will trigger unhandled exceptions from
EncFSCrypto calls. Handle the exception in decryptImpl() instead.
2014-12-01 00:38:14 -08:00
..
main Handle malformed file names in BFDS.decryptImpl() 2014-12-01 00:38:14 -08:00
test/java/org/mrpdaemon/sec/encfs/tests Rename derivedPassword -> derivedKeyData 2013-03-09 20:15:00 -08:00