freebsd-pefs / pefs

PEFS - stacked cryptographic file system for FreeBSD
http://pefs.io/
76 stars 14 forks source link

PEFS (Private Encrypted File System) is a kernel level stacked cryptographic filesystem for FreeBSD.

PEFS website: http://pefs.io/

The following is a list of its most important features:

FreeBSD wiki page: http://wiki.freebsd.org/PEFS blog: http://glebkurtsou.blogspot.com/search/label/pefs

Installation instructions:

git clone git://github.com/glk/pefs.git pefs

cd pefs

make obj all

make install

make clean