Password Safe is a secure open source password manager that help usres store their passwords securely in an encrypted database on your computer. By doing this, you will never forget or type your passwords again.
With Password Safe you only need one password to unlock all your stored usernames and passwords. This is a safe place to store your passwords in instead of writing them to a text document or sheet of papers which will be insecure and easily viewed by anyone.
Password Safe Installation
To install Password Safe under Ubuntu 15.04/14.10/14.04 or older, run these commands from the terminal:
You can then start the password manager from Dash:
For Linux Mint 17.1/17 or older, you can easily install Password Safe using these commands:
With Password Safe you only need one password to unlock all your stored usernames and passwords. This is a safe place to store your passwords in instead of writing them to a text document or sheet of papers which will be insecure and easily viewed by anyone.
Password Safe Installation
To install Password Safe under Ubuntu 15.04/14.10/14.04 or older, run these commands from the terminal:
sudo add-apt-repository -y ppa:upubuntu-com/system
sudo apt-get update
sudo apt-get install passwordsafe
You can then start the password manager from Dash:
For Linux Mint 17.1/17 or older, you can easily install Password Safe using these commands:
cd /tmp
wget http://goo.gl/CmmVbS -O passwordsafe_all.deb
sudo dpkg -i --force-depends passwordsafe_all.deb
sudo apt-get -f install
Post a Comment