From 0d7eaaaa36fb27499300c40a95582a5523524a5c Mon Sep 17 00:00:00 2001 From: Lasercata <67599917+lasercata@users.noreply.github.com> Date: Sun, 14 Nov 2021 22:19:39 +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 0cc97bc..1774802 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # KRIS -KRIS is a PyQt5 python3 software that allow you to encrypt messages with secure ciphers. It implements `RSA`, `AES` and `KRIS cipher`. `KRIS cipher` encrypt the message with AES (which is faster than RSA), and then encrypt the used AES key with RSA (as PGP do). +KRIS is a PyQt5 python3 software that allow you to encrypt messages and files with secure ciphers. It implements `RSA`, `AES` and `KRIS cipher`. `KRIS cipher` encrypt the message with AES (which is faster than RSA), and then encrypt the used AES key with RSA (as PGP do). The name come from the esperanto for cryptosystem, "kriptosistemo" ("KRIptoSistemo").