We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1ec63 commit 14f5ac4Copy full SHA for 14f5ac4
README.full.md
@@ -170,6 +170,8 @@ The script also acknowledges a few **environment variables** which you can _set_
170
* `PASSWORD=` The password to use for encryption instead of asking / reading from stdin.
171
* `USE_GPG=` Myba uses `openssl enc` by default, but if you prefer to use GPG even for
172
symmetric encryption, set `USE_GPG=1`.
173
+* `N_JOBS=` The number of parallel encryption/decryption processes at commit/checkout time.
174
+ By default: 8.
175
* `KDF_ITERS=` A sufficient number of iterations is used for the encryption key derivation
176
function. To specify your own value and avoid rainbow table attacks on myba itself,
177
you can customize this value. If you don't know, just leave it.
0 commit comments