Skip to content

Commit a943b89

Browse files
authored
Update README.md
1 parent fc5c534 commit a943b89

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,18 @@ KazCrypt is a lightweight python encryption program designed for secure text and
1515

1616
-encryption/decryption using RSA keys
1717

18+
# Usage
19+
20+
Run KazCrypt_v1_InstallRequirements.bat to install requirements, or you can change the .bat to .txt and install them manually
21+
22+
Open KazCrypt v1.0.0.py file with python 3.13
23+
24+
Then if everything is working, a windows should pop up, where you can select an operation, e.g. 1) Encrypt text
25+
26+
To choose an operation just enter symbol corresponding to your choice, and click enter, in case of Encrypting text just type 1, and click enter
27+
28+
Next, follow the prompts and enter the required information as requested. For example, you'll need to provide the text you want to encrypt, along with any necessary encryption keys or settings.
29+
30+
After doing everything right, you should get the output (encrypted text/file)
31+
32+
Note that if generating RSA keys, it can take a bit on older computers, but dont worry, it's not frozen

0 commit comments

Comments
 (0)