blob: bb0e653d98a60c85680b7954656e665756ee3a8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
PEFS is a kernel level stacked cryptographic filesystem for FreeBSD.
Key features:
* Transparently runs on top of existing file systems
* Random per file tweak value for encryption
* Stores metadata only in encrypted file name
* Arbitrary number of keys per file system, mixing keys in same
directory and key chains
* Modern cryptographic algorithms: AES and Camellia in XTS mode,
PKCS#5v2 and HKDF for key generation.
WWW: https://github.com/glk/pefs
WWW: http://wiki.freebsd.org/PEFS
|