mirror of https://github.com/tiyn/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
317 B
10 lines
317 B
# 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.
|