Polonium v1.2.0 ========
<img src="polonium.gif" </img
Polonium is a stateless password manager that creates & retrieves passwords without storing them in a database. The advantages to this approach;
- your database can't be stolen
- you can get your passwords anywhere you can get polonium.
Polonium only requires you to remember one master password, from which it derives subordinate passwords for your various service logins. Even if these subordinate passwords are compromised the attacker cannot compromise your master password.
Usage
polonium get githubBuild
sudo snapcraft build --use-lxdNote that most of the logic in this program is performed by https://github.com/rgrannell1/polonium-lib.
Installation
Snapcraft
To install polonium quickly, use:
sudo snap install poloniumGit + NPM
Run the following commands through Powershell:
git clone https://github.com/rgrannell1/polonium.git
cd polonium
npm install -g