From b6139870fa818417df2a85865a6309e546a5a4d3 Mon Sep 17 00:00:00 2001 From: fef Date: Wed, 26 Jul 2023 17:15:24 +0200 Subject: [PATCH] add clarification for "cryptographic security" No matter how nice they are, under no circumstances should keymashes be used as a source of randomness for cryptographic purposes. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 105dee3..4988605 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ Finally, it is here: The gay keymash device driver! It provides an endless supply of lowercase characters from the -QWERTY home row in a cryptographically secure random order. +QWERTY home row in a cryptographically secure random order¹. + +¹ **Do not** actually use this as a source for randomness, at least not for crypto purposes. ## IMPORTANT!