From 639c46a342466209e9b0600c2b3574bb44a0ff31 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 18 Dec 2016 16:13:18 +0100 Subject: 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. --- COPYING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'COPYING') diff --git a/COPYING b/COPYING index bacd3ea..2113e02 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Password Store is Copyright (C) 2012 Jason A. Donenfeld . All Rights Reserved. +Password Store is Copyright (C) 2012-2016 Jason A. Donenfeld . All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- cgit v1.2.3