|
|
|
@ -31,7 +31,7 @@ Instead of asymmetric encryption with public and private keys, all that needs to
|
|
|
|
|
|
|
|
|
|
`sqlite` >= v3
|
|
|
|
|
|
|
|
|
|
### Linux/MacOS/Windows
|
|
|
|
|
### Linux/MacOS
|
|
|
|
|
|
|
|
|
|
1. Open the Terminal (Linux/MacOS) or Command Prompt (Windows)
|
|
|
|
|
|
|
|
|
@ -47,6 +47,12 @@ Instead of asymmetric encryption with public and private keys, all that needs to
|
|
|
|
|
|
|
|
|
|
`pip install -r files/dependencies.txt`
|
|
|
|
|
|
|
|
|
|
> [!WARNING]
|
|
|
|
|
> If you are using Arch Linux, use this command instead:
|
|
|
|
|
> `yay -S python-sqlcipher3 python-password-strength python-pyotp python-tabulate-git && pip install --break-system-packages pysqlcipher3`
|
|
|
|
|
> This will not break your system. The AUR version of the `pysqlcipher3` module is not enough.
|
|
|
|
|
|
|
|
|
|
5. Execute the Python script
|
|
|
|
|
|
|
|
|
|
`python3 keyvault.py`
|
|
|
|
|
|
|
|
|
|