Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lasercata authored Nov 14, 2021
1 parent e57e8b4 commit 0d7eaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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").

Expand Down

0 comments on commit 0d7eaaa

Please sign in to comment.