diff options
| author | Joe Richey <joerichey@google.com> | 2016-10-26 15:20:16 -0700 |
|---|---|---|
| committer | Joe Richey <joerichey@google.com> | 2016-10-26 15:21:47 -0700 |
| commit | 331800d9bacecdcaca3518d7ffe000600b35cef2 (patch) | |
| tree | 34563c53153bc814c915352c9b9ec5a1b4823039 | |
First commit, adding README
Change-Id: I32cc74f278b4a19d91106a5cb20d8a9e96fb1351
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..cadd37f --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# FSCrypt + +An tool for uniform management of encrypted disks/directories; +[written in go](https://golang.org/). + +FSCrypt is a tool for unified management of disk encryption. It manages +metadata, key generation, key wrapping, PAM integration, and provides a uniform +interface for creating and modifying encrypted directories and devices. |