Git Product home page Git Product logo

pefs's Introduction

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:

*   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.

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

pefs's People

Contributors

glk avatar dragonsa avatar camachat avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.