Skip to content

Commit d917c61

Browse files
committed
Re-encrpt with more reliable process
1 parent 917fc94 commit d917c61

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
REFPROP.zip
1+
REFPROP.zip
2+
passphrase

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ choco install gpg4win
1212

1313
## Encryption
1414

15+
Choose your passphrase and place in the ``passphrase`` file. Perhaps auto-generated.
16+
1517
Execute:
1618
```
17-
gpg --symmetric --cipher-algo AES256 REFPROP.zip
19+
gpg --passphrase `cat passphrase` -c --symmetric --cipher-algo AES256 --batch REFPROP.zip
1820
```
19-
which generates the encrypted file ``REFPROP.zip.gpg``. Generate an uncrackable password, and store that password somewhere safe. That will be used to decrypt the source
21+
which generates the encrypted file ``REFPROP.zip.gpg``.
2022

2123
## Actions setup
2224

REFPROP.zip.gpg

0 Bytes
Binary file not shown.

decrypt.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)