shc includes for bash compile
This commit is contained in:
parent
1c364720e2
commit
cb4dba4811
2 changed files with 20 additions and 0 deletions
20
README.md
20
README.md
|
@ -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
BIN
bin/shc
Executable file
Binary file not shown.
Loading…
Reference in a new issue