Skip to content

Commit e66d285

Browse files
committed
REF: Use better gpg --s2k-count value
1 parent cbc4451 commit e66d285

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.full.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Its only **dependencies are**:
2121
* a running **shell** / standard **POSIX environment** (sh, bash, zsh, dash, ... WSL?),
2222
* **gzip**
2323
* **git** (and Git LFS for files sized >40 MB),
24-
* either **OpenSSL** or **GPG** (~4x slower) for encryption,
24+
* either **OpenSSL** or **GPG** for encryption,
2525

2626
all of which everyone should discover most popularly available.
2727

myba.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ _ask_pw () {
107107
_encrypt_func=_enc_gpg
108108
_decrypt_func=_dec_gpg
109109
_armor_flags='--armor'
110-
_kdf_iters="${KDF_ITERS:-159011733}" # OpenSSL and GPG use different KDF algos
110+
_kdf_iters="${KDF_ITERS:-32111731}" # OpenSSL and GPG use different KDF algos
111111
fi
112112
}
113113
_encrypted_path () (

0 commit comments

Comments
 (0)