An open API service indexing awesome lists of open source software.

https://github.com/apfohl/pass.net

Cross platform Pass client written in .NET
https://github.com/apfohl/pass.net

Last synced: 10 months ago
JSON representation

Cross platform Pass client written in .NET

Awesome Lists containing this project

README

          

# 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:

```shell
gpg --armor --export-secret-keys > private.asc
gpg --armor --export > 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`.