Skip to content

A unix password manager featuring AES256 GCM encryption.

License

Notifications You must be signed in to change notification settings

ShadowwLol/Psswd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Psswd

A unix password manager featuring AES256 GCM encryption.

Features:

  • Quick AES256 GCM encryption
  • Completely offline
  • Master password usage
  • Quick and easy exporting and importing
  • Completely SHA256 Hashed credentials.

Building:

To get a Psswd executable you can either download it from the release page or:

  • git clone https://github.com/ShadowwLol/Psswd.git
  • cd Psswd
  • make release

Dependencies:

In case you choose to go with the dinamic version these dependencies are needed:

  • openssl
  • ncurses
  • libzip