mirror of
https://github.com/tiyn/wiki.git
synced 2025-07-13 19:27:45 +02:00
10 lines
315 B
Markdown
10 lines
315 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.
|