https://github.com/bigbeastishank/passforge
A secure password manager built in Rust with CLI and GUI support, allowing you to store, manage, and generate passwords with encryption.
https://github.com/bigbeastishank/passforge
password-manager password-manager-cli rust
Last synced: 21 days ago
JSON representation
A secure password manager built in Rust with CLI and GUI support, allowing you to store, manage, and generate passwords with encryption.
- Host: GitHub
- URL: https://github.com/bigbeastishank/passforge
- Owner: BIGBEASTISHANK
- License: gpl-3.0
- Created: 2025-03-12T19:00:39.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-03-21T10:57:13.000Z (about 1 month ago)
- Last Synced: 2025-03-21T11:35:35.026Z (about 1 month ago)
- Topics: password-manager, password-manager-cli, rust
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Passforge: A Rust-based Password Manager
Passforge V1.4.3 is a secure password manager built with Rust, designed to help you store, manage, and generate passwords with robust encryption. It uses offline file storage to ensure your data stays safe and under your control.
## Key Features:
- **Secure Offline Storage**: Your passwords are saved in locally encrypted files, so your data never leaves your device, providing an extra layer of privacy and security.
- **Strong Encryption**: All passwords and sensitive data are encrypted using industry-standard algorithms to ensure your information is safe from unauthorized access.
- **Command-Line Interface (CLI)**: The CLI is fully functional and provides a simple and effective way to manage your passwords directly from the terminal. You can add, retrieve, generate, and manage your passwords through intuitive commands.
- **Cross-Platform**: Passforge is built with portability in mind, aiming to work seamlessly across various platforms including Linux, macOS, and Windows.
- **Password Generation**: Easily generate strong, random passwords with customizable options for length and complexity.## License:
This project is licensed under the **GPL-3.0 License**.