diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-12-18 16:13:18 +0100 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2016-12-20 19:31:05 +0100 |
commit | 639c46a342466209e9b0600c2b3574bb44a0ff31 (patch) | |
tree | 032a94e458e4d0303be634ba641c20e4a588f07e /README | |
parent | 0b2f803fe61992af02b8820c400984b1f615a299 (diff) | |
download | pass-639c46a342466209e9b0600c2b3574bb44a0ff31.tar.gz pass-639c46a342466209e9b0600c2b3574bb44a0ff31.tar.bz2 pass-639c46a342466209e9b0600c2b3574bb44a0ff31.zip |
generate: use /dev/urandom directly
Passing to tr using the "pick and discard" technique is more straight-
forwardly correct and less error-prone. It also allows users to
select their own character sets to be passed to tr.
Diffstat (limited to '')
-rw-r--r-- | README | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -21,8 +21,6 @@ Depends on: http://www.git-scm.com/ - xclip http://sourceforge.net/projects/xclip/ -- pwgen - http://sourceforge.net/projects/pwgen/ - tree >= 1.7.0 http://mama.indstate.edu/users/ice/tree/ - GNU getopt |