Skip to content

bridgefield/pass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pass

Cross platform pass client written in .NET.

Usage

To provide platform independence, Pass is using public and private key from separate files. To obtain the key files from gpg you have to export them:

gpg --armor --export-secret-keys <KEY-ID> > private.asc
gpg --armor --export <KEY-ID> > public.asc

Pass is looking for these files in $HOME/documents.

Further the password store directory with the encrypted files should be $HOME/.password-store.

About

Cross platform Pass client written in .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%