Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/