Skip to content

Instantly share code, notes, and snippets.

View AleksandarDamnjanovic's full-sized avatar
🏠
Working from home

Kind Spirit AleksandarDamnjanovic

🏠
Working from home
View GitHub Profile
@grejdi
grejdi / main.cpp
Created March 5, 2014 05:36
Using openssl to encrypt and decrypt a message with public/private key.
using namespace std;
#include <openssl/evp.h>
#include <openssl/pem.h>
#include <iostream>
#include <string>
int main()
{