We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e9f7e commit 8e2c2e0Copy full SHA for 8e2c2e0
README.md
@@ -46,10 +46,10 @@ Some uses of a keylogger are:
46
3. `pip install pyinstaller`
47
4. `pyinstaller --onefile --noconsole --icon=icon.ico Start.py`
48
5. `dist\Start.exe`
49
-###### **To use RSA encryption/decryption (optional)**
+###### **To use RSA log encryption/decryption (optional)**
50
1. Generate RSA key pair (optional): `python rsa_key_generator.py`.
51
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.
+1. To decrypt logs type `python log_decryptor.py`, and then follow the instructions given by the script.
53
54
##### System arguments
55
`Start.py mode [encrypt]`
0 commit comments