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.
- Fix:
- Decoded string display.
- New:
- Encryption and decryption directory with threads (default behavior), see encryption manager.
- Encryption and decryption directory without threads (
--no-threads), see encrypt directory and decrypt directory.
See XPManager installation instructions
$ cargo install XPManager
$ xpm --version- 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