Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

password-reminder

uv run password-reminder add google
# Calibrating Argon2 parameters (this runs only once)…
# Calibrated: memory=524288 MiB, parallelism=8
# Password:
# Repeat for confirmation:
# Hashing… (this takes about a second)
# Stored 'google'.

uv run password-reminder add github
# Password:
# Repeat for confirmation:
# Hashing… (this takes about a second)
# Stored 'github'.

uv run password-reminder list
# Stored services (2):
#   github
#   google

uv run password-reminder ask
# [1/2] Testing: google
# Password:
#   correct
#
# [2/2] Testing: github
# Password:
#   WRONG
#
# Result: 1/2 correct

uv run password-reminder delete google
# Delete 'google'? [y/N]: y
# Deleted 'google'.

About

Claude-coded program that checks whether I still know my passwords

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages