Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iamnapo/poor-mans-password-manager
- Owner: iamnapo
- License: mit
- Created: 2024-07-05T20:37:15.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-05T22:11:46.000Z (6 months ago)
- Last Synced: 2024-10-12T16:57:31.743Z (2 months ago)
- Topics: cli, encryption, manager, password, password-manager, password-security, secure-password, security
- Language: TypeScript
- Homepage: https://npm.im/@iamnapo/poor-mans-password-manager
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 --helpSimple CLI to turn memorable sentences into secure passwords
Usage
$ pmpmOptions
--master-key Pass a master key to create unique passwords
--pin Create a 4-digit PIN instead of a passwordExamples
$ 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 š¤·š¼āāļø