chore: Add test instructions to README.md

This commit is contained in:
tcsenpai 2024-06-10 18:17:51 +02:00
parent 2fcc71b8c7
commit 98a8abc1ea

View File

@ -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.