diff --git a/README.md b/README.md index 806f723..de42e02 100644 --- a/README.md +++ b/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 ! diff --git a/bin/shc b/bin/shc new file mode 100755 index 0000000..f0e7e41 Binary files /dev/null and b/bin/shc differ