
Steganos Privacy Suite
Safely encrypt sensitive data On PC, in networks and in the Cloud Confidential documents, business records and TAN lists all belong in a safe place.
PEFS (Private Encrypted File System) is a kernel level stacked cryptographic filesystem for FreeBSD. The following is a list of its most important features: * ...
pefs (private encrypted file system) is a kernel level stacked cryptographic filesystem for freebsd.
the following is a list of its most important features:
* kernel level file system, no user level daemons needed. transparently runs on top of existing file systems.
* random per file tweak value used for encryption, which guaranties different cipher texts for the same encrypted files.
* saves metadata only in encrypted file name, but not in file itself.
* supports arbitrary number of keys per file system, default directory key, mixing files encrypted with different keys in same directory.
* allows defining key chains, can be used to add/delete several keys by specifying only master key.
* uses modern cryptographic algorithms: aes and camellia in xts mode, pkcs#5v2 and hkdf for key generation.
file-encryption password-protection folder-encryption stacked-filesystem-encryption