Added a comment
This commit is contained in:
parent
a64aa6349a
commit
e2969cce2c
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="http://joeyh.name/"
|
||||||
|
ip="209.250.56.87"
|
||||||
|
subject="comment 12"
|
||||||
|
date="2013-12-12T19:27:23Z"
|
||||||
|
content="""
|
||||||
|
@Peter, in your example, it *is* going to use your gpg key to encrypt files. gpg is being used to generate a 256 bit random value (not a key), which will be used as a random seed for HMAC scrambling of the keys stored in the encrypted special remote.
|
||||||
|
|
||||||
|
If that's taking too long to generate for your liking, you can pass --fast, which will make gpg use /dev/urandom to generate it rather than /dev/random.
|
||||||
|
"""]]
|
Loading…
Add table
Reference in a new issue