mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 07:53:56 +01:00
Added table of contents to main README.md
This commit is contained in:
@ -3,6 +3,8 @@
|
|||||||
This library injects functions for string encryption and decryption into [exim4](https://www.exim.org/). It is basically
|
This library injects functions for string encryption and decryption into [exim4](https://www.exim.org/). It is basically
|
||||||
glue code that exports certain parts of the [libsodium library](https://github.com/jedisct1/libsodium) to exim at runtime.
|
glue code that exports certain parts of the [libsodium library](https://github.com/jedisct1/libsodium) to exim at runtime.
|
||||||
|
|
||||||
|
[[_TOC_]]
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
These instructions are currently only tested on [Debian](https://www.debian.org) and
|
These instructions are currently only tested on [Debian](https://www.debian.org) and
|
||||||
@ -183,4 +185,4 @@ Output:
|
|||||||
|
|
||||||
Keys in arguments and environment variables are expected to be base64 encoded (as produced by the library).
|
Keys in arguments and environment variables are expected to be base64 encoded (as produced by the library).
|
||||||
Keys in files need to be raw bytes with no encoding, ciphertext should always be base64-encoded.
|
Keys in files need to be raw bytes with no encoding, ciphertext should always be base64-encoded.
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user