Skip to content

Commit cb86da9

Browse files
committed
2 parents 4186e72 + e948a55 commit cb86da9

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

README.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,34 @@
1-
# KazCrypt
2-
More Updates on 6th of March 2025 (05-03-2025)
1+
# KazCrypt - Secure Encryption
2+
More Updates such as an .exe file on 6th of March 2025 (06-03-2025)
3+
4+
KazCrypt is a lightweight python encryption program designed for secure text and file encryption.
5+
6+
Contact - Discord - kazumba_2137
7+
8+
# Functions
9+
10+
-text encryption/decryption
11+
12+
-file encryption/decryption
13+
14+
-Strong password generation
15+
16+
-generationg RSA keys
17+
18+
-encryption/decryption using RSA keys
19+
20+
# Usage
21+
22+
Run KazCrypt_v1_InstallRequirements.bat to install requirements, or you can change the .bat to .txt and install them manually
23+
24+
Open KazCrypt v1.0.0.py file with python 3.13
25+
26+
Then if everything is working, a windows should pop up, where you can select an operation, e.g. 1) Encrypt text
27+
28+
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
29+
30+
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.
31+
32+
After doing everything right, you should get the output (encrypted text/file)
33+
34+
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)