From 98a8abc1eafea8019cf63774ee63c8a37a165838 Mon Sep 17 00:00:00 2001 From: tcsenpai Date: Mon, 10 Jun 2024 18:17:51 +0200 Subject: [PATCH] chore: Add test instructions to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a834b1d..f97434e 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,10 @@ To decrypt the message, the recipient needs the encrypted message, the encoded k - **Complexity**: The X-SACKS cipher can be computationally intensive for large messages. - **Key Management**: Managing and securely storing the secure key is crucial for the cipher's effectiveness. +### Test + +`git clone https://github.com/tcsenpai/xsacks` +`cd xsacks` +`python main.py` + +Also play around with main.py for examples. \ No newline at end of file