Skip to content

Commit

Permalink
Remove stray use of temporary files
Browse files Browse the repository at this point in the history
  • Loading branch information
jvkersch committed May 23, 2024
1 parent a970f20 commit f8746cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ Bob can then decrypt the message by concatenating the header and the data, and d

.. code-block:: console
$ cat header.bob.c4gh M.data.c4gh > M.c4gh
$ crypt4gh decrypt --sk bob.sec < M.c4gh > M
$ cat header.bob.c4gh M.data.c4gh | crypt4gh decrypt --sk bob.sec > M
To re-encrypt the message for another user Eve, with public key ``eve.pub``, Alice can run the ``crypt4gh reencrypt`` command:

Expand Down

0 comments on commit f8746cd

Please sign in to comment.