Crates.io | Pa-rsE |
lib.rs | Pa-rsE |
version | 1.0.2 |
source | src |
created_at | 2022-09-13 13:29:26.23831 |
updated_at | 2022-09-13 13:29:26.23831 |
description | A rusty Pasword Manager that'll blow your arse off |
homepage | |
repository | https://gitlab.com/mchal_/parse |
max_upload_size | |
id | 664576 |
size | 32,265 |
A rusty password manager that'll blow your arse off.
Pa-rs E is a simple, Rust-based password manager that implements an equally memorable and secure password format. All passwords are created using only 3 components:
Through combining these, the user can easily generate memorable passwords that are still lengthy, unique and secure. Since the memorable phrase is required to generate the password, it is not stored anywhere. The user is responsible for keeping it in their head. This allows the rest of the password to:
And allows the cipher and leading string to be stored on the machine in plaintext, while not compromising on security.
Pa-rs E works using multiple profiles. Each profile has a unique cipher and a leading string.
The user can switch between profiles using the --profile
/-p
flag.
Subcommand | Description |
---|---|
profile new/delete |
Initializes or deletes a Pa-rs E profile |
parse -p (profile ) |
Parses a new password from the user-provided service name, if a profile is not specified, "default" is used |
git clone https://gitlab.com/mchal_/parse
cargo install --path .
Not yet available, maybe in the future...
git clone https://gitlab.com/mchal_/parse
cd parse
makepkg
to build and install the packagemakepkg -si