Encrypt using SSH Key Pair
By Zachary Huang
Under some circumstances you might want to send classified messages or files to other users. Openssl library provides us a fast and easy way to encrypt these documents. Before encrypting, a key pair is required. This article will be…