Added a link to the cli in the main readme

This commit is contained in:
Leonetienne 2022-01-21 20:54:26 +01:00
parent ba14a8af11
commit a97ee3d7a2
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# GhettoCrypt CLI # Ghettocrypt CLI
Easy text and file encryption via the command line using Ghetto Crypt. Easy text and file encryption via the command line using Ghetto Crypt.
Again, please only use this as an obfuscator or if the only other option would be no encryption at all. Again, please only use this as an obfuscator or if the only other option would be no encryption at all.
Do you want to quickly and securely encrypt stuff via the command line? Use openssl-cli with the aes cipher. It's a bit more wordy but much faster and more secure. Do you want to quickly and securely encrypt stuff via the command line? Use openssl-cli with the aes cipher. It's a bit more wordy but much faster and more secure.

View File

@ -30,7 +30,10 @@ It's pretty ghetto, you know?
Especially mine!🗡️ Especially mine!🗡️
## How do I use this? ## How do I use this?
##### Installation ##### I don't care about the library. Just let use it from the command line!
There is a CLI version availabile [here](https://github.com/Leonetienne/GhettoCrypt/tree/master/GhettoCryptCLI).
##### Installation as a library
Download the `.h` and `.cpp` file from [INCLUDE/](https://github.com/Leonetienne/GhettoCrypt/tree/master/INCLUDE) and add them to your projects files. *Single-header-magic*. Download the `.h` and `.cpp` file from [INCLUDE/](https://github.com/Leonetienne/GhettoCrypt/tree/master/INCLUDE) and add them to your projects files. *Single-header-magic*.
##### Working with strings ##### Working with strings