From e63fc0fa77f7078d33414b98088a4b400c610329 Mon Sep 17 00:00:00 2001 From: lexzach Date: Thu, 8 Aug 2024 18:35:09 -0400 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da61952..291ce6e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# dice-one-time-pad +# Decrypting/Encrypting using a dice-generated One-Time Pad -A technique for generating entirely offline one time pads. \ No newline at end of file +Using dice, one can generate a One-Time Pad and encrypt a message that is impossible to decrypt without the One-Time Pad given to a recipient. \ No newline at end of file