mirror of
https://github.com/vgough/encfs.git
synced 2025-01-20 12:48:35 +01:00
80 lines
3.1 KiB
HTML
80 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<meta name="description" content="EncFS: an Encrypted Filesystem for FUSE.">
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
|
|
|
<title>EncFS</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- HEADER -->
|
|
<div id="header_wrap" class="outer">
|
|
<header class="inner">
|
|
<a id="forkme_banner" href="https://github.com/vgough/encfs">View on GitHub</a>
|
|
|
|
<h1 id="project_title">EncFS</h1>
|
|
<h2 id="project_tagline">EncFS: an Encrypted Filesystem for FUSE.</h2>
|
|
|
|
<section id="downloads">
|
|
<a class="zip_download_link" href="https://github.com/vgough/encfs/zipball/master">Download this project as a .zip file</a>
|
|
<a class="tar_download_link" href="https://github.com/vgough/encfs/tarball/master">Download this project as a tar.gz file</a>
|
|
</section>
|
|
</header>
|
|
</div>
|
|
|
|
<!-- MAIN CONTENT -->
|
|
<div id="main_content_wrap" class="outer">
|
|
<section id="main_content" class="inner">
|
|
<h1>
|
|
<a name="encfs---an-encrypted-filesystem" class="anchor" href="#encfs---an-encrypted-filesystem"><span class="octicon octicon-link"></span></a>EncFS - an Encrypted Filesystem</h1>
|
|
|
|
<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 with regular user
|
|
permissions using the <a href="http://fuse.sourceforge.net/">FUSE</a> library.
|
|
EncFS is <a href="http://opensource.org/">Open Source software</a>.
|
|
The EncFS library is licensed under the
|
|
<a href="http://opensource.org/licenses/lgpl-license">LGPL</a>.</p>
|
|
|
|
<h2>
|
|
<a name="github-page" class="anchor" href="#github-page"><span class="octicon octicon-link"></span></a>GitHub page</h2>
|
|
|
|
<p>To submit changes to EncFS, or to submit a bug ticket, see the
|
|
<a href="https://github.com/vgough/encfs">EncFS GitHub page</a>.
|
|
|
|
<p>GitHub hosting for EncFS is in progress. Until the transition is complete,
|
|
see also the original, and more complete, introduction page at
|
|
<a href="https://sites.google.com/a/arg0.net/www/encfs">the old arg0.net</a></p>
|
|
</section>
|
|
</div>
|
|
|
|
<!-- FOOTER -->
|
|
<div id="footer_wrap" class="outer">
|
|
<footer class="inner">
|
|
<p class="copyright">EncFS maintained by <a href="https://github.com/vgough">vgough</a></p>
|
|
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
|
|
</footer>
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
|
|
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
|
|
</script>
|
|
<script type="text/javascript">
|
|
try {
|
|
var pageTracker = _gat._getTracker("UA-108985-4");
|
|
pageTracker._trackPageview();
|
|
} catch(err) {}
|
|
</script>
|
|
|
|
|
|
</body>
|
|
</html>
|