8dcdbbf2de2486060db12dc8c4fb0e7bba684dcb
Home.md
| ... | ... | @@ -62,6 +62,7 @@ |
| 62 | 62 | |
| 63 | 63 | ### encryption |
| 64 | 64 | - [gpg](technology/encryption/gpg) |
| 65 | +- [openssl](technology/networking/openssl#encryption) |
|
| 65 | 66 | |
| 66 | 67 | ### linux |
| 67 | 68 | - [archlinux](technology/linux/archlinux/index) |
technology/networking/openssl.md
| ... | ... | @@ -4,3 +4,6 @@ |
| 4 | 4 | ``` |
| 5 | 5 | openssl s_client -connect domain.com:443 |
| 6 | 6 | ``` |
| 7 | + |
|
| 8 | +## encryption |
|
| 9 | +https://linuxconfig.org/using-openssl-to-encrypt-messages-and-files-on-linux |