Skip to content

Commit

Permalink
Add missed parameters to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
desvxx committed Aug 25, 2024
1 parent f5c0a2f commit d70c7d4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/rnp/rnp.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ You may want to use *--hash* option to override default hash algorithm settings.
+
Compression options also apply here. Since the secret key is usually stored encrypted, you will be asked for the password to decrypt it via _stdin_/_tty_ unless *--password* or *--pass-fd* is specified.

*--allow-weak-hash*:::
Allow usage of a weak hash algorithm.

*--allow-sha1-key-sigs*:::
Allow usage of a SHA-1 key signatures.

*--clearsign*::
Digitally sign text data, producing human-readable output with the signature attached. +
+
Expand Down
6 changes: 6 additions & 0 deletions src/rnpkeys/rnpkeys.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ would take _NUMBER_ of milliseconds on the current system. +
For example, setting it to _2000_ would mean that each secret key
decryption operation would take around 2 seconds (on the current machine).

*--allow-weak-hash*:::
Allow usage of a weak hash algorithm.

*--allow-sha1-key-sigs*:::
Allow usage of a SHA-1 key signatures.


=== KEY/SIGNATURE IMPORT

Expand Down

0 comments on commit d70c7d4

Please sign in to comment.