mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 10:03:56 +01:00
README.md: typo
This commit is contained in:
@ -62,7 +62,7 @@ Public key encryption that uses a key pair that needs to be created beforehand:
|
|||||||
* `sodium_crypto_box_seal(public key, cleartext) → ciphertext`
|
* `sodium_crypto_box_seal(public key, cleartext) → ciphertext`
|
||||||
* `sodium_crypto_box_seal_open(private key, public key, ciphertext) → cleartext`
|
* `sodium_crypto_box_seal_open(private key, public key, ciphertext) → cleartext`
|
||||||
|
|
||||||
The second pair needs a proper key pair in the correct format. This is ehat the
|
The second pair needs a proper key pair in the correct format. This is what the
|
||||||
`genkey` utility is for. Simply run it once to generate a pair. Be aware that every invocation will overwrite the
|
`genkey` utility is for. Simply run it once to generate a pair. Be aware that every invocation will overwrite the
|
||||||
previous key pair without confirmation! Please save both parts in a safe place before proceeding.
|
previous key pair without confirmation! Please save both parts in a safe place before proceeding.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user