← All tools

rgrannell1/polonium

Popularity 60 Updated Development & Build

stateless password manager.

githubauto-collected

Installation

A directly usable install command is not verified yet. Check the project documentation or releases.

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 github

Build

sudo snapcraft build --use-lxd

Note 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 polonium

Git + NPM

Run the following commands through Powershell:

git clone https://github.com/rgrannell1/polonium.git
cd polonium
npm install -g

Files