a password manager from scratch #ThanksWeirdAl
- validate rust and cargo are installed
- clone repo
- navigate to
src
folder - run
cargo build --release
- change permission on the artifact from the previous command... this is found
target/release/
:chmod +x target/release/<file name here>
- navigate the
release
folder - run
./<file name here>
optionally add path to terminal profile to run from anywhere
- a generator - poc in develop
- a vault
- encryption?
- mfa
- backup
- strength checker
- history
- auto-fill
- cross-platform ui?
- tagging/org'ing
- usage reporting
- notes
- sharing?
- Length - default to 24 characters but length must be adjustable
- Complexity - default to MAX complexity but complexity must be adjustable
- Uniqueness - every generation must produce something unique
Vault Thoughts: TBD
Encryption Thoughts: TBD
MFA Thoughts: TBD
Backup Thoughts: TBD
Strength Checker Thoughts: TBD
History Thoughts: TBD
AutoFill Thoughts: TBD
UI Thoughts: TBD
Organization Thoughts: TBD
Reporting Thoughts: TBD
Note Taking Thoughts: TBD
Sharing Thoughts: TBD