Mention the use of /dev/urandom on linux - pee - Pee a password manager;Pee - b… | |
git clone git://vernunftzentrum.de/pee.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 54dea32f4471a500d288579e9ac4596f51d92255 | |
parent ba5446f2cf49fc4c1c2b9447fdad838c3cada3e3 | |
Author: Christian Kellermann <[email protected]> | |
Date: Tue, 12 Jan 2016 16:51:33 +0100 | |
Mention the use of /dev/urandom on linux | |
Diffstat: | |
README.rst | 2 ++ | |
1 file changed, 2 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/README.rst b/README.rst | |
@@ -53,6 +53,7 @@ The key is derived using the BLAKE2s_ key derivation function. | |
For symmertric encryption the tweetnacl library is used. | |
If running on OpenBSD, passwords are generated using OpenBSD's `arc4random()`_… | |
+If running on linux /dev/urandom will be used as a source of random bytes. | |
If running on any other OS /dev/random will be used as a source for random byt… | |
Passwords are choosen from this set of characters "abcdefhijklmnopqrstuvwxyzAB… | |
There are currently several password modes available that substract a subset o… | |
@@ -66,6 +67,7 @@ The modes are:: | |
+ | |
__ http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/arc4random.3 | |
License |