close
This commit is contained in:
parent
6b42533779
commit
8a201c5cc4
2 changed files with 17 additions and 0 deletions
|
@ -18,3 +18,5 @@ I strangely could not find out *where* exactly gpg is called in that way. All i
|
|||
I was hoping this was something git-remote-gcrypt would be doing, but it's not: this is git-annex calling. Maybe some off-by-one conversion error somewhere?
|
||||
|
||||
Thank you for your time... -- [[anarcat]]
|
||||
|
||||
> [[closing|done]] --[[Joey]]
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 1"""
|
||||
date="2018-07-03T16:23:05Z"
|
||||
content="""
|
||||
This is implemented in Utility.Gpg.genRandom. There is no off-by-one,
|
||||
git-annex intentially makes the same default choices that gnupg does
|
||||
about random quality.
|
||||
|
||||
--fast makes it use /dev/urandom for people who lean on that side of the
|
||||
entropy controversy. initremote's man page documents this.
|
||||
|
||||
("Some people recommend" is often not a good basis for security defaults.
|
||||
Some people recommend using RDRAND and trusting Intel...)
|
||||
"""]]
|
Loading…
Reference in a new issue