A terminal-based password manager, importer (Firefox Sync), and generator
Use a UUID:
```shell ./bin/rucksack gen --type uuid
New password: 229ef9b4-b95b-4d91-a6ac-f6b7ef1cfc47 Password score: 88.50 ```
Augmented UUID:
```shell ./bin/rucksack gen --type uuid++
New password: 4C7360%E-4@60-4?03-b559-491C8A52E750 Password score: 100.00 ```
Random:
```shell ./bin/rucksack gen --type random
New password: A&6YU?#xk.?) Password score: 91.22 ```
Lorem-ipsum inspired:
```shell ./bin/rucksack gen --type lipsum
New password: Esse-maius-amicitia,-nihil.-]9^, Password score: 100.00 ```
Import login data from Firefox Sync:
shell
./bin/rucksack import \
--type firefox \
--db ./data/creds.db \
--password abc123 \
--file ~/Downloads/logins.csv
Show URL/accounts for all secrets:
shell
./bin/rucksack list --db ./data/creds.db
shell
Enter db password:
Show URLs, accounts, passwords, and password scores for all secrets:
shell
./bin/rucksack list --db ./data/creds.db --decrypt
shell
Enter db password:
In both cases a password may be passed with the --password
flag. By default, the salt is the value of the USER
environment variable; it may be overridden with --salt
.
Here are other cargo projects tagged with "password manager" ...
Projects of particular interest:
Copyright © 2022-2023, Oxur Group
Apache License, Version 2.0