From 360227d3b5fe97eff960093354a4afe06a9b3da3 Mon Sep 17 00:00:00 2001 From: Morgan Date: Fri, 9 Jun 2017 08:42:43 +0200 Subject: [PATCH] article about priv/pub key based file encryption --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c82dc6e..8d8ef7b 100644 --- a/README.md +++ b/README.md @@ -871,6 +871,7 @@ I just want to centralize my findings and bookmarks in a central location, and s ## OpenSSL * [LZone](http://lzone.de/cheat-sheet/OpenSSL) - OpenSSL Cheat Sheet +* [Remy van Elst](https://raymii.org/s/tutorials/Encrypt_and_decrypt_files_to_public_keys_via_the_OpenSSL_Command_Line.html) - Encrypt and decrypt files to public keys via the OpenSSL Command Line # Testing * [Aaron Maxwell](http://redsymbol.net/articles/build-test-automation-system/) - Building a Automated Testing/Quality Assurance System