add doc for encrypting wallet to namespace #46

Closed
anton wants to merge 0 commits from feat/encrypt-wallet-to-namespace into main
Owner
No description provided.
anton added 1 commit 2025-01-29 11:59:35 +00:00
anton added 1 commit 2025-01-29 12:42:46 +00:00
ryan reviewed 2025-01-29 12:52:22 +00:00
@ -0,0 +14,4 @@
* If not on a computer, but a hardware wallet or otherwise, perform the steps on a air-gapped machine
1. Load the OpenPGP certificate:
Owner

sq encrypt --for-file cert.asc <secret_file> --output encrypted.asc. no need to import in gpg.

alternatively:

sop="$(command -v sqop || command -v rsop)"

$sop encrypt cert.asc < <secret_file> > encrypted.asc

but neither are packaged in AirgapOS atm.

`sq encrypt --for-file cert.asc <secret_file> --output encrypted.asc`. no need to import in gpg. alternatively: ``` sop="$(command -v sqop || command -v rsop)" $sop encrypt cert.asc < <secret_file> > encrypted.asc ``` but neither are packaged in AirgapOS atm.
Author
Owner

I'm going to add the sq command because it's a bit more friendly. Updating this in the future won't require a lot of effort as it's not coupled with anything.

I'm going to add the `sq` command because it's a bit more friendly. Updating this in the future won't require a lot of effort as it's not coupled with anything.
anton added 1 commit 2025-01-30 06:07:05 +00:00
Author
Owner

This has been merged.

This has been merged.
anton closed this pull request 2025-01-31 05:27:10 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: public/docs#46
No description provided.