Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamnapo/poor-mans-password-manager

šŸ—ļø Simple CLI to turn memorable sentences into secure passwords
https://github.com/iamnapo/poor-mans-password-manager

cli encryption manager password password-manager password-security secure-password security

Last synced: about 1 month ago
JSON representation

šŸ—ļø Simple CLI to turn memorable sentences into secure passwords

Awesome Lists containing this project

README

        

# @iamnapo/poor-mans-password-manager

> Simple CLI to turn memorable sentences into secure passwords

[![build](https://badges.iamnapo.me/ci/iamnapo/poor-mans-password-manager)](https://github.com/iamnapo/poor-mans-password-manager/actions) [![npm](https://badges.iamnapo.me/npm/@iamnapo/poor-mans-password-manager)](https://www.npmjs.com/package/@iamnapo/poor-mans-password-manager)

Inspired from a discussion with @mateuadsuara

## Install

```sh
npm i -g @iamnapo/poor-mans-password-manager
```

## Usage

```console
$ pmpm --help

Simple CLI to turn memorable sentences into secure passwords

Usage
$ pmpm

Options
--master-key Pass a master key to create unique passwords
--pin Create a 4-digit PIN instead of a password

Examples
$ pmpm 'my github password'
$ pmpm 'my github password' --master-key='my-master-key'
$ pmpm 'my pin for NapoBank' --pin
```

> [!CAUTION]
> Iā€™m not a security expert šŸ¤·šŸ¼ā€ā™‚ļø