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
- Host: GitHub
- URL: https://github.com/apfohl/pass.net
- Owner: apfohl
- License: mit
- Created: 2021-10-12T19:34:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T20:18:17.000Z (over 3 years ago)
- Last Synced: 2024-10-21T16:01:44.677Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 175 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.