https://github.com/kisaragieffective/encrypted
Pretty Good Privacy.
https://github.com/kisaragieffective/encrypted
encrypted-files encryption gpg pgp privacy
Last synced: 3 months ago
JSON representation
Pretty Good Privacy.
- Host: GitHub
- URL: https://github.com/kisaragieffective/encrypted
- Owner: KisaragiEffective
- Created: 2022-06-17T16:32:48.000Z (almost 3 years ago)
- Default Branch: latest
- Last Pushed: 2024-04-01T14:22:40.000Z (about 1 year ago)
- Last Synced: 2025-01-11T18:47:17.708Z (4 months ago)
- Topics: encrypted-files, encryption, gpg, pgp, privacy
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# encrypted
Pretty Good Privacy.
Replacement for those old *shared-secrets*.## how to read
**NOTE: Decrypted files must not be redistributed unless you have explicit written permission.**
1. go to file
2. download file (assuming saved as `ENCRYPTED.asc`)
3. `gpg -d ENCRYPTED.asc -o DECRYPTED`
4. see `DECRYPTED`## how to join
1. Generate GPG key
2. Submit PR with public key (basedir must be `$REPO_ROOT/keys/$GITHUB_USER_NAME/`. You can choose suitable filename.
NOTE:
* `keys/@external` is reserved. It contains keys that belong to non-GitHub-user.
* There may be your key already, due to they were imported manually to this repository by me