Passlock for PC - A powerful cross-platform password manager.
Check out Passlock for Android
- Backup and sync passwords across devices 💻📱.
- Encrypted passwords using AES 128bit for maximum security.
- Mimics Material v3 Monet engine with 🌙 Dark Mode, to use different 🎨 color themes. (Self-made)
- Make strong passwords 🔑 through built in password generator.
- Advanced 🔍 finding algorithm to search for passwords easily.
After installing and extracting .tar.gz file in linux to run app anywhere in terminal we can create a softlink like this:
$ ln -s /path/to/passlock/Passlock /usr/local/bin/passlock
After this we can run passlock by typing $ passlock
$ cd ~/.local/share/applications
$ nano passlock.desktop
Paste the following lines by specifying the /path/to/passlock
[Desktop Entry]
Encoding=UTF-8
Version=1.3.0
Type=Application
Terminal=false
Exec=/path/to/passlock/Passlock
Name=Passlock
Icon=/path/to/passlock/pass.png
Now app can be launched from applications menu