← 全部工具

rgrannell1/polonium

热度 60 更新于 开发与构建

stateless password manager.

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

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