mirror of
https://github.com/tiyn/wiki.git
synced 2025-06-20 17:27:45 +02:00
The docker-images where scattered across different files. For faster access i moved them to an extra folder and linked them if they're needed elsewhere. entries that where outside this folder and only contained basic documentation of the docker image where removed.
10 lines
317 B
Markdown
10 lines
317 B
Markdown
# Cryptography
|
|
|
|
The practice of encryption and decryption is named cryptography.
|
|
There are various ways to permit the readability of a message.
|
|
|
|
## Linux
|
|
|
|
- [openssl](linux/openssl.md) is a big software library for secure communication
|
|
over computer networks. It can be used to encrypt and decrypt files using RSA.
|