Skip to content

phideg/pdpw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdpw

A very simple password store, that basically stores an encrypted textfile containing whatever you did put there.

WIP: This is still very much in progress. So don't use it for now :)

How to to install

cargo install --path .

Clearly the above only works if the Rust compiler is installed as described here

Basic shortcuts

  • strg + s encrypt and save changes to the *.pdpw file that you have opened. Typically default.pdpw
  • strg + f open the search dialog

Configure Gnome Desktop integration

Add following line to /etc/mime.types

application/pdpw                                pdpw

Now create a pdpw.desktop file in either ~/.local/share/applications or /usr/share/applications in case you want to configure pdpw for all users.

The desktop file should contain similar contents

[Desktop Entry]
Type=Application
Name=PD Password
Comment=Encrypted File as Password Manager
Icon=/usr/share/icons/breeze/mimetypes/16/application-pgp-keys.svg
Exec=pdpw %F
Terminal=true
Categories=Utility;TextEditor

About

very simple passvault

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages