This commit is contained in:
Joey Hess 2018-07-03 12:29:57 -04:00
parent 6b42533779
commit 8a201c5cc4
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 17 additions and 0 deletions

View file

@ -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]]

View file

@ -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...)
"""]]