3 stable releases
new 2.2.0 | May 19, 2025 |
---|---|
2.1.0 | May 4, 2025 |
2.0.0 | Apr 28, 2025 |
#355 in Cryptography
149 downloads per month
125KB
3.5K
SLoC
XPManager:
It's good to have a CLI tool that manages your passwords and lets you control them and quickly create new passwords of various sizes to suit your needs. This is where XPManager comes in to help you manage passwords, and also allows you to work with files/folders and secure them with the Fernet encryption.
v2.2.0, What's New?
- Fix: password manager log registration logic.
- New: generate password with no symbols, see generate.
- New: add custom set to password generate sample, see generate.
- New: generate password from a custom sample, see generate.
Documentation:
Installation Instructions:
See XPManager installation instructions
Install with Crates.io:
$ cargo install XPManager
$ xpm --version
Cargo:
- Clone the repo:
$ git clone https://github.com/xpmanager/XPManager.git
$ cd XPManager
- Run
$ cargo run -- --version
- Test
$ cargo test
- Build with Release
$ cargo build --release
- Build deb package
$ cargo install cargo-deb
$ cargo deb
Usage:
Exit Codes:
Dependencies
~31–42MB
~732K SLoC