<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fscrypt.git/README.md, branch v0.3.2</title>
<subtitle>Go tool for managing Linux filesystem encryption
</subtitle>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/'/>
<entry>
<title>Fix a few typos</title>
<updated>2021-12-22T05:02:55+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2021-12-22T04:59:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=ee7bd64191beb715f883a7c91f0de0779b849af4'/>
<id>ee7bd64191beb715f883a7c91f0de0779b849af4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>README: elaborate on alternatives and threat model</title>
<updated>2021-12-22T00:17:22+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2021-12-22T00:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=9653450a7b13984f8b4c97ad35eefa8f816d53b4'/>
<id>9653450a7b13984f8b4c97ad35eefa8f816d53b4</id>
<content type='text'>
Fixes https://github.com/google/fscrypt/issues/318
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/google/fscrypt/issues/318
</pre>
</div>
</content>
</entry>
<entry>
<title>README: write "Linux native filesystem encryption"</title>
<updated>2021-12-22T00:03:08+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2021-12-22T00:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=d6638ac45f6b6da373f7f724251aef03032915ad'/>
<id>d6638ac45f6b6da373f7f724251aef03032915ad</id>
<content type='text'>
"Linux filesystem encryption" sounds too vague.  Write "Linux native
filesystem encryption" instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"Linux filesystem encryption" sounds too vague.  Write "Linux native
filesystem encryption" instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>README: document issue with ssh ChallengeResponseAuthentication</title>
<updated>2021-12-20T02:41:39+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2021-12-20T02:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=c7e3ce28b23017cfcc11a38fee888163d4e8d715'/>
<id>c7e3ce28b23017cfcc11a38fee888163d4e8d715</id>
<content type='text'>
Update https://github.com/google/fscrypt/issues/321
Update https://github.com/google/fscrypt/issues/324
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update https://github.com/google/fscrypt/issues/321
Update https://github.com/google/fscrypt/issues/324
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust recovery passphrase generation</title>
<updated>2021-10-05T22:30:30+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2021-09-14T21:12:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=7fed63a84963cbd790e86a0e59ff14724bcf33c4'/>
<id>7fed63a84963cbd790e86a0e59ff14724bcf33c4</id>
<content type='text'>
As per the feedback at https://github.com/google/fscrypt/issues/115
where users didn't understand that the recovery passphrase is important,
restore the original behavior where recovery passphrase generation
happens automatically without a prompt.  This applies to the case where
'fscrypt encrypt' is using a login protector on a non-root filesystem.

However, leave the --no-recovery option so that the recovery passphrase
can still be disabled if the user really wants to.  Also, clarify the
information provided about the recovery passphrase.

Update https://github.com/google/fscrypt/issues/115
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As per the feedback at https://github.com/google/fscrypt/issues/115
where users didn't understand that the recovery passphrase is important,
restore the original behavior where recovery passphrase generation
happens automatically without a prompt.  This applies to the case where
'fscrypt encrypt' is using a login protector on a non-root filesystem.

However, leave the --no-recovery option so that the recovery passphrase
can still be disabled if the user really wants to.  Also, clarify the
information provided about the recovery passphrase.

Update https://github.com/google/fscrypt/issues/115
</pre>
</div>
</content>
</entry>
<entry>
<title>README: mention LTS kernel versions with symlink bug fix</title>
<updated>2021-09-22T18:00:27+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2021-09-22T18:00:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=ee5e47f3481c7f09f4f3f4bdf360f2c8b1b59a1e'/>
<id>ee5e47f3481c7f09f4f3f4bdf360f2c8b1b59a1e</id>
<content type='text'>
Resolves https://github.com/google/fscrypt/issues/305
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves https://github.com/google/fscrypt/issues/305
</pre>
</div>
</content>
</entry>
<entry>
<title>README: clarify how restoring /.fscrypt directory works</title>
<updated>2021-09-14T21:33:22+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2021-09-14T18:07:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=955d3305cd117ad83411f75c2b3227fbaea60700'/>
<id>955d3305cd117ad83411f75c2b3227fbaea60700</id>
<content type='text'>
Update https://github.com/google/fscrypt/issues/115
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update https://github.com/google/fscrypt/issues/115
</pre>
</div>
</content>
</entry>
<entry>
<title>README: add section about encrypting existing files</title>
<updated>2021-09-14T02:33:15+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2021-09-13T23:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=a0ecd4b62adc599d18f7aac10ce2d12aa9eef07a'/>
<id>a0ecd4b62adc599d18f7aac10ce2d12aa9eef07a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>README: consistently format section titles</title>
<updated>2021-09-14T02:33:15+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2021-09-13T21:45:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=661b943647ee4adbe245a346711933b30ccea0b9'/>
<id>661b943647ee4adbe245a346711933b30ccea0b9</id>
<content type='text'>
Capitalize the first word only, and don't use periods.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Capitalize the first word only, and don't use periods.
</pre>
</div>
</content>
</entry>
<entry>
<title>README: add section about backup, restore, and recovery</title>
<updated>2021-09-14T02:33:15+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2021-09-13T19:40:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=1c6d0a5b4b183fb85b20301e3bf96cb7c2126733'/>
<id>1c6d0a5b4b183fb85b20301e3bf96cb7c2126733</id>
<content type='text'>
Resolves https://github.com/google/fscrypt/issues/51
Resolves https://github.com/google/fscrypt/issues/115
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolves https://github.com/google/fscrypt/issues/51
Resolves https://github.com/google/fscrypt/issues/115
</pre>
</div>
</content>
</entry>
</feed>
