Create gh-pages branch via GitHub

This commit is contained in:
Valient Gough 2014-08-18 22:34:35 -07:00
parent 32b9e13f04
commit 551a7869a9
2 changed files with 11 additions and 10 deletions

View File

@ -37,16 +37,16 @@
<h2> <h2>
<a name="about" class="anchor" href="#about"><span class="octicon octicon-link"></span></a>About</h2> <a name="about" class="anchor" href="#about"><span class="octicon octicon-link"></span></a>About</h2>
<p>EncFS provides an encrypted filesystem in user-space. It runs in userspace, <p>EncFS provides an encrypted filesystem in user-space. It runs with regular user
using the FUSE library for the filesystem interface. EncFS is open source permissions using the <a href="http://fuse.sourceforge.net/">FUSE</a> library to act as a filesystem.
software, licensed under the LGPL.</p> EncFS is open source software, licensed under the LGPL.</p>
<p>EncFS was written by necessity over a decade ago by me, <a href="https://github.com/vgough" class="user-mention">@vgough</a>. At the time, <p>EncFS was written due to necessity over a decade ago. At the time,
older NFS-loopback based encrypted filesystems such as CFS had not kept pace with Linux older NFS-loopback based encrypted filesystems such as CFS had not kept pace with Linux
development. When FUSE became available, I wrote a CFS replacement for my own development. When FUSE became available, I wrote a CFS replacement for my own
use and released the first version to Open Source in 2003.</p> use and released the first version to Open Source in 2003.</p>
<p>As with most encrypted filesystems, Encfs was meant to provide security against <p>As with most encrypted filesystems, EncFS was meant to provide security against
off-line attacks; ie your notebook or backups are left in a taxi by mistake, stolen, etc. off-line attacks; ie your notebook or backups are left in a taxi by mistake, stolen, etc.
In order to avoid having a dedicated partition size, EncFS encrypts individual files, In order to avoid having a dedicated partition size, EncFS encrypts individual files,
by translating all requests for the virtual EncFS filesystem into the equivalent by translating all requests for the virtual EncFS filesystem into the equivalent
@ -57,11 +57,12 @@ encrypted operations on the raw filesystem. </p>
<p>Over the last decade, a number of good alternatives have grown up. Computing <p>Over the last decade, a number of good alternatives have grown up. Computing
power has increased to the point where it is reasonable to encrypt the entire power has increased to the point where it is reasonable to encrypt the entire
filesystem of personal computers. On Linux, ecryptfs filesystem of personal computers. On Linux, <a href="http://ecryptfs.org/">ecryptfs</a>
provides a nice dynamically mountable encrypted home directory, and is well provides a nice dynamically mountable encrypted home directory, and is well
integrated in distributions I use, such as Ubuntu. Every compute I use, including integrated in distributions I use, such as <a href="http://www.ubuntu.com/">Ubuntu</a>.
my mobile phones, use full-disk encryption. However there always seem to be new Every compute I use, including my mobile phones, use full-disk encryption.<br>
use cases for userspace file-by-file encryption, so EncFS remains useful.</p> However there always seem to be new use cases for userspace file-by-file encryption,
so EncFS remains useful.</p>
<p>EncFS has been dormant for a while. I've started cleaning up in order to try <p>EncFS has been dormant for a while. I've started cleaning up in order to try
and provide a better base for a version 2, but whether EncFS flowers again and provide a better base for a version 2, but whether EncFS flowers again

View File

@ -1 +1 @@
{"name":"Encfs","tagline":"EncFS: an Encrypted Filesystem for FUSE.","body":"# EncFS - an Encrypted Filesystem\r\n\r\n## About\r\n\r\nEncFS provides an encrypted filesystem in user-space. It runs in userspace, \r\nusing the FUSE library for the filesystem interface. EncFS is open source\r\nsoftware, licensed under the LGPL.\r\n\r\nEncFS was written by necessity over a decade ago by me, @vgough. At the time,\r\nolder NFS-loopback based encrypted filesystems such as CFS had not kept pace with Linux\r\ndevelopment. When FUSE became available, I wrote a CFS replacement for my own\r\nuse and released the first version to Open Source in 2003.\r\n\r\nAs with most encrypted filesystems, Encfs was meant to provide security against\r\noff-line attacks; ie your notebook or backups are left in a taxi by mistake, stolen, etc.\r\nIn order to avoid having a dedicated partition size, EncFS encrypts individual files, \r\nby translating all requests for the virtual EncFS filesystem into the equivalent \r\nencrypted operations on the raw filesystem. \r\n\r\n## Status\r\n\r\nOver the last decade, a number of good alternatives have grown up. Computing\r\npower has increased to the point where it is reasonable to encrypt the entire\r\nfilesystem of personal computers. On Linux, ecryptfs\r\nprovides a nice dynamically mountable encrypted home directory, and is well\r\nintegrated in distributions I use, such as Ubuntu. Every compute I use, including\r\nmy mobile phones, use full-disk encryption. However there always seem to be new\r\nuse cases for userspace file-by-file encryption, so EncFS remains useful.\r\n\r\nEncFS has been dormant for a while. I've started cleaning up in order to try\r\nand provide a better base for a version 2, but whether EncFS flowers again\r\ndepends upon community interest. In order to make it easier for anyone to\r\ncontribute, I'm looking at Github as the next home for EncFS. So if you're\r\ninterested in EncFS, please dive in!\r\n\r\n## GitHub page\r\n\r\nGitHub hosting for EncFS is in progress. Until the transition is complete, \r\nsee also the original, and more complete, introduction page at http://www.arg0.net/encfs\r\n","google":"UA-108985-4","note":"Don't delete this file! It's used internally to help with page regeneration."} {"name":"Encfs","tagline":"EncFS: an Encrypted Filesystem for FUSE.","body":"# EncFS - an Encrypted Filesystem\r\n\r\n## About\r\n\r\nEncFS provides an encrypted filesystem in user-space. It runs with regular user\r\npermissions using the [FUSE](http://fuse.sourceforge.net/) library to act as a filesystem.\r\nEncFS is open source software, licensed under the LGPL.\r\n\r\nEncFS was written due to necessity over a decade ago. At the time,\r\nolder NFS-loopback based encrypted filesystems such as CFS had not kept pace with Linux\r\ndevelopment. When FUSE became available, I wrote a CFS replacement for my own\r\nuse and released the first version to Open Source in 2003.\r\n\r\nAs with most encrypted filesystems, EncFS was meant to provide security against\r\noff-line attacks; ie your notebook or backups are left in a taxi by mistake, stolen, etc.\r\nIn order to avoid having a dedicated partition size, EncFS encrypts individual files, \r\nby translating all requests for the virtual EncFS filesystem into the equivalent \r\nencrypted operations on the raw filesystem. \r\n\r\n## Status\r\n\r\nOver the last decade, a number of good alternatives have grown up. Computing\r\npower has increased to the point where it is reasonable to encrypt the entire\r\nfilesystem of personal computers. On Linux, [ecryptfs](http://ecryptfs.org/)\r\nprovides a nice dynamically mountable encrypted home directory, and is well\r\nintegrated in distributions I use, such as [Ubuntu](http://www.ubuntu.com/).\r\nEvery compute I use, including my mobile phones, use full-disk encryption. \r\nHowever there always seem to be new use cases for userspace file-by-file encryption, \r\nso EncFS remains useful.\r\n\r\nEncFS has been dormant for a while. I've started cleaning up in order to try\r\nand provide a better base for a version 2, but whether EncFS flowers again\r\ndepends upon community interest. In order to make it easier for anyone to\r\ncontribute, I'm looking at Github as the next home for EncFS. So if you're\r\ninterested in EncFS, please dive in!\r\n\r\n## GitHub page\r\n\r\nGitHub hosting for EncFS is in progress. Until the transition is complete, \r\nsee also the original, and more complete, introduction page at http://www.arg0.net/encfs","google":"UA-108985-4","note":"Don't delete this file! It's used internally to help with page regeneration."}