From 665966ede2baba84545c7783c559fd9a7f29ae55 Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Sat, 3 Jan 2026 04:46:50 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46cfb74..8c45524 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ We use the widely used encryption algorithm **ChaCha20** as an extremely fast Cr A simple shell tool that simply produces randomness to a file or pipe. It uses ChaCha20 encryption algorithm to produce a random stream that cannot be predicted unless one knows the key - the seed - being used. Keeping always the same seed may be useful for researchers and such who need repeatable results. -Screenshot +Screenshot ## Installation