Releases: ZanF21/rusty_password_manager
Releases · ZanF21/rusty_password_manager
Hip Hip Hurray
hmmmm
- Good 'ol encryption and authentication is in business
- An intuitive
add
and anedit
(under the sheets does exactly what add does) so that passwords are not store on shell history - A few loop holes in the authentication part ...... (
edit
copy
and `delete use auth ... but add doesnt ... interesting) - Will need to change a few order of execution cause of auth .... but it still works with the current flow (just that when you try to edit on a non existent password ... itll ask for the new password and then inform you that no such service exists ... consider adding the pass first ..... ye ... still very unpolished)
- overall .... A very good release :)
A very functional password-manager
Added Encryption to hash the stored password files .... the way the master password is stored is very skechy and you shouldnt look into it
- It only works with never ask master password ... will add the asking and verifying the master pass each time and a liveness for the master use (you wont have to use the master pass for each password retrieved)
- Enjoy :)
More Feature!!!
More subcommands
New Features
show-all
: can view all stored services for which passwords are storedcreate
: to generate password for the given service (has multiple flags to customize your password
Changes
add
: can now overwrite previous passwords .... (doesnt ask for confirmation twice but asks once properly :) )
Working Basic pass-man
Hurray!!!!!
It has
add
to add passwordscopy
to copy password to clipboard
and other useful info in the--help
flag for the whole tool or just any subcommand
andinit
for starting up the pass-man
Full Changelog: v2.0.0...v0.1.0