Skip to content

Commit 8e2c2e0

Browse files
Update README.md
1 parent 82e9f7e commit 8e2c2e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ Some uses of a keylogger are:
4646
3. `pip install pyinstaller`
4747
4. `pyinstaller --onefile --noconsole --icon=icon.ico Start.py`
4848
5. `dist\Start.exe`
49-
###### **To use RSA encryption/decryption (optional)**
49+
###### **To use RSA log encryption/decryption (optional)**
5050
1. Generate RSA key pair (optional): `python rsa_key_generator.py`.
5151
1. Change the public key filename / paste the key in Start.py.
52-
1. To decrypt logs type `python decryptor.py`, and then follow the instructions given by the script.
52+
1. To decrypt logs type `python log_decryptor.py`, and then follow the instructions given by the script.
5353

5454
##### System arguments
5555
`Start.py mode [encrypt]`

0 commit comments

Comments
 (0)