Skip to content

Releases: tehstoni/LexiCrypt

Fixed C++ Template and added a random wordlist generator

15 Dec 22:18
Compare
Choose a tag to compare

Fixed the C++ template:
- When trying to compile a large payload generated with the C++ Template, the compilers would error out.
-The fix was chunking the payload across multiple variables and concatenating them before decryption.

Added random wordlist generator:
-If not using system32, or /usr/bin/, or providing your own wordlist was what you wanted, I added a feature with the -r/--random flag that will randomly generate strings to use for encryption.

Linux and Custom Wordlist Support

11 Dec 02:59
Compare
Choose a tag to compare

Added linux support. custom wordlist support. added the .gitignore, and some other minor changes.

1.0

09 Dec 00:57
0a4b3c1
Compare
Choose a tag to compare
1.0

Initial Upload