1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-06-20 17:27:45 +02:00
wiki/wiki/cryptography.md
TiynGER 046b9bc995 docker-image folder added
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.
2021-03-16 15:34:35 +01:00

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.