PEFS

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

Cost / License

  • Free
  • Open Source

Platforms

  • BSD  PEFS is included by default in PC-BSD from version 9.2
-
No reviews
2likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Encrypt Folder
  2.  Password protection

 Tags

PEFS News & Activities

Highlights All activities

Recent activities

No activities found.

PEFS information

  • Developed by

    BY flagGleb Kurtsou
  • Licensing

    Open Source and Free product.
  • Alternatives

    12 alternatives listed
  • Supported Languages

    • English
PEFS was added to AlternativeTo by mzs on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is PEFS?

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.