"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "encfs/FSConfig.h" between
encfs-1.9.4.tar.gz and encfs-1.9.5.tar.gz

About: EncFS is an encrypted virtual filesystem for Linux using the FUSE kernel module.

FSConfig.h  (encfs-1.9.4):FSConfig.h  (encfs-1.9.5)
skipping to change at line 70 skipping to change at line 70
int keySize; // reported in bits int keySize; // reported in bits
int blockSize; // reported in bytes int blockSize; // reported in bytes
std::vector<unsigned char> keyData; std::vector<unsigned char> keyData;
std::vector<unsigned char> salt; std::vector<unsigned char> salt;
int kdfIterations; int kdfIterations;
long desiredKDFDuration; long desiredKDFDuration;
bool plainData; // do not encrypt file content
int blockMACBytes; // MAC headers on blocks.. int blockMACBytes; // MAC headers on blocks..
int blockMACRandBytes; // number of random bytes in the block header int blockMACRandBytes; // number of random bytes in the block header
bool uniqueIV; // per-file Initialization Vector bool uniqueIV; // per-file Initialization Vector
bool externalIVChaining; // IV seeding by filename IV chaining bool externalIVChaining; // IV seeding by filename IV chaining
bool chainedNameIV; // filename IV chaining bool chainedNameIV; // filename IV chaining
bool allowHoles; // allow holes in files (implicit zero blocks) bool allowHoles; // allow holes in files (implicit zero blocks)
EncFSConfig() : keyData(), salt() { EncFSConfig() : keyData(), salt() {
cfgType = Config_None; cfgType = Config_None;
subVersion = 0; subVersion = 0;
plainData = false;
blockMACBytes = 0; blockMACBytes = 0;
blockMACRandBytes = 0; blockMACRandBytes = 0;
uniqueIV = false; uniqueIV = false;
externalIVChaining = false; externalIVChaining = false;
chainedNameIV = false; chainedNameIV = false;
allowHoles = false; allowHoles = false;
kdfIterations = 0; kdfIterations = 0;
desiredKDFDuration = 500; desiredKDFDuration = 500;
} }
 End of changes. 2 change blocks. 
0 lines changed or deleted 3 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)