shc includes for bash compile

This commit is contained in:
luisgulo 2023-08-10 13:03:27 +02:00
parent 1c364720e2
commit cb4dba4811
2 changed files with 20 additions and 0 deletions

View file

@ -28,3 +28,23 @@
Otherwise it will be requested by console
──────────────────────────────────────────────────────────────────────
INSTALLATION:
1. Clone this Repo
2. Generate your personal CypherPassword (CyPass) with:
`gpg --gen-random --armor 1 50| tr -dc 'A-za-z0-9';echo'`
* Replace 'INTERNALCIPHERKEY' with the value obtained in CyPass
* Store the CyPass value in a safe place (for emergencies only)
3. Compile and obfuscate this script using the shc program (included):
`./bin/shc -r -f LiteVault.sh -o LiteVault`
4. Use only the binary program created and delete the script LiteVault.sh
NOTE:
You can use the precompiled version of LiteVault, ready to use.
But you don't have the 'MasterKey' available.
It is recommended to shc generate your own version of LiteVault !

BIN
bin/shc Executable file

Binary file not shown.