https://github.com/b1f6c1c4/confidential-backups
AES-256 encrypted, of course.
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (4.1%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
AES-256 encrypted, of course.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 6 years ago
· Last pushed over 1 year ago
Metadata Files
Readme
README.md
confidential-backups
Guide for the repo
- All commits must be signed by OpenPGP's S-key.
- Only one branch,
master. - No issue, no PR, no wiki.
- Try not to rebase nor merge.
Guide for Kind-I backups
- Examples for Kind-I backups:
- OpenPGP private key
- Dedicated password
- Use OpenPGP's
-cfor all Kind-I backups. - Use the same 40+ byte symmetric passphrase.
- Hint: 黑
- Only type the passphrase on a dedicated, air-gapped, stateless machine.
- Do not rotate the passphrase.
- Rotate a backup when a new subkey is added.
To add a new backup:
```bash
On a dedicated, air-gapped, stateless machine:
gpg --edit-key
passwd -> to remove passphrase
gpg --export-secret-keys -o tmp
gpg -c --armor -o ... tmp ``` To recover from a backup:
bash gpg --decrypt ... | gpg --importAnd adjust trust level.
Guide for Kind-II backups
- Examples of Kind-II backups:
- 2FA recovery code
- OTP shared secret
- Legacy SSH private keys
- Use OpenPGP's E-key + S-key for all Kind-II backups.
- Rotate a backup when E-key rotation happens.
To add a new backup:
bash gpg --encrypt --sign --armor -r <fingerprint> | tee ...To recover from a backup:
bash gpg --decrypt ...
Owner
- Login: b1f6c1c4
- Kind: user
- Location: NJ, USA
- Company: Princeton University
- Repositories: 26
- Profile: https://github.com/b1f6c1c4
52BE D143 A92D BE96 2B83 092B 9BAC 0164 9600 1E70
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0