passy
Version:
An offline password manager stored locally with CLI interaction
27 lines (20 loc) • 524 B
Markdown
# Passy
A secure, offline password manager CLI tool with encryption. Store and retrieve passwords securely on your local system.
## Features
- Offline and secure password storage
- AES encryption for your data
- Easy-to-use CLI interface
- Supports storing, retrieving, and searching passwords
## Demo

## Installation
Install the package globally via NPM:
```bash
npm install -g passy
passy
```
Install the Package Locally via NPM
```bash
npm install passy
npx passy
```