Skip to content

akshayrkapadia/KeyCrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyCrypt Screenshot

KeyCrypt

Encrypted Password Manager


Copyright 2022, Akshay R. Kapadia
License: GPL-3.0
Version: 0.2.0
Status: Development


KeyCrypt Screenshot

Features

  1. GNU Privacy Guard encryption
  2. Encrypted data stored locally on your computer
  3. Automatically checks haveibeenpwned.com to see if your account has been breached or your password has been pwned
  4. Tests password strength by calculating the entropy value of the password
  5. Gives warning if password is about to expire, is not strong enough, or is reused for other accounts
  6. Can work in restricted mode if there is no wifi available or wifi permission is denied

Commands

  1. add {name} - add a new account to the keycrypt
  • -r, --random {length} - randomly generates a password of the specified length
  1. delete {name} - permanently delete an account from the keycrypt

  2. edit {name} - edit an existing account in the keycrypt

  • -pv, --password-visible - makes the password visible when the account data is shown
  1. find {name} - find an account stored in the keycrypt
  • -pv, --password-visible - makes the password visible when the account data is shown
  1. see {category} - see all the accounts in a specific category
  • -pv, --password-visible - makes the password visible when the account data is shown
  1. backup {path} - backs up data to the specified directory (absolute path)
  • -d, --delete - deletes the original copy of the data
  1. restore {path} - restores data from the specified directory (absolute path)
  • -d, --delete - deletes the original copy of the data
  • -m --merge - merges current KeyCrypt data with another backup of the data
  1. settings - Can revoke wifi permission and set default password visibility

  2. nuke - permanently erases all keycrpyt data from the computer


All Breach Data Is From haveibeenpwned.com [DEPRACATED]

About

Encrypted Password Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages