Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanukhov/.password-store
Home directory of Pass
https://github.com/ivanukhov/.password-store
Last synced: about 1 month ago
JSON representation
Home directory of Pass
- Host: GitHub
- URL: https://github.com/ivanukhov/.password-store
- Owner: IvanUkhov
- Created: 2017-07-25T07:18:46.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T08:28:45.000Z (6 months ago)
- Last Synced: 2024-07-09T10:56:43.188Z (6 months ago)
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .password-store
The repository contains a home directory of [Pass][pass]. Best enjoyed
responsibly.## Usage
Install the requirements and clone the repository:
```bash
brew install gnupg paperkey pass
git clone https://github.com/IvanUkhov/.password-store.git ~/.password-store
```In order to import the private key, obtain `private.txt` and run:
```bash
gpg --import public.txt
gpg --export $(cat .gpg-id) > public.key
paperkey --pubring public.key --secrets private.txt > private.key
gpg --import private.key
```In order to export the private key, run:
```bash
gpg --export-secret-key $(cat .gpg-id) | paperkey > private.txt
```[pass]: https://www.passwordstore.org/