Readme updated !

This commit is contained in:
luisgulo 2023-08-10 13:07:08 +02:00
parent 08e8786675
commit e86642fdc0

View file

@ -35,7 +35,7 @@ INSTALLATION:
2. Generate your personal CypherPassword (CyPass) with: 2. Generate your personal CypherPassword (CyPass) with:
`gpg --gen-random --armor 1 50| tr -dc 'A-za-z0-9';echo'` `gpg --gen-random --armor 1 50| tr -dc 'A-za-z0-9';echo'`
* Replace 'INTERNALCIPHERKEY' with the value obtained in CyPass in LiteVault.sh * Replace 'INTERNALCIPHERKEY' with the value obtained in CyPass variable in LiteVault.sh file
* Store the CyPass value in a safe place (for emergencies only) * Store the CyPass value in a safe place (for emergencies only)
3. Compile and obfuscate this script using the shc program (included): 3. Compile and obfuscate this script using the shc program (included):
@ -47,4 +47,4 @@ INSTALLATION:
You can use the precompiled version of LiteVault, ready to use. You can use the precompiled version of LiteVault, ready to use.
But you don't have the 'MasterKey' available. But you don't have the 'MasterKey' available.
It is recommended to shc generate your own version of LiteVault ! It is recommended to use shc to generate your own version of LiteVault!