From 74d87795991957684333f57adbee6f32c73cf68b Mon Sep 17 00:00:00 2001 From: juliangrtz <152074442+juliangrtz@users.noreply.github.com> Date: Sat, 6 Jan 2024 20:09:13 +0100 Subject: [PATCH] Add useful links to README.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b06f36..15280ba 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ MightyXOR / Amgine [ˈɛmd͡ʒɪn] is an open source cryptography software suite based on .NET 6 with the primary aim of being information-theoretically secure, meaning its encrypted files cannot be decrypted even if an adversary has unlimited computing resources and time. It supports various en- and decryption algorithms and techniques, including -- a one-time pad (OTP) mode, -- Shamir secret sharing (SSS) and +- the [one-time pad](https://en.wikipedia.org/wiki/One-time_pad) (OTP), +- [Shamir secret sharing](https://en.wikipedia.org/wiki/Shamir%27s_secret_sharing) (SSS) and - plausible deniability. ## Context