From b4bbfeb618bae1044d6ce851da8f2652c787202f Mon Sep 17 00:00:00 2001 From: juliangrtz <152074442+juliangrtz@users.noreply.github.com> Date: Tue, 5 Dec 2023 00:21:32 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d257ca0..a4076ad 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,11 @@ Amgine also supports a secret sharing mode according to Adi Shamir's scheme base It is recommended to combine Amgine's features in order to maximize the security. For instance, it may be feasible to encrypt a sensitive file with a OTP including plausible deniability and split both the encrypted file and keys afterwards. Under the correct circumstances, it is impossible to break this cryptosystem. ## FAQ + +### Why C#? + +Good question. A port to C, C++ or Rust is planned. + ### What does the name mean? Reading *Amgine* backwards gives the answer to this question. However, Amgine is supposed to be much easier to use than Enigma.