Skip to content

Instantly share code, notes, and snippets.

View SiddharthMalhotra's full-sized avatar
💭
Seeking the flow state

SiddharthMalhotra

💭
Seeking the flow state
View GitHub Profile
@SiddharthMalhotra
SiddharthMalhotra / README.md
Created November 27, 2018 21:28 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.


@SiddharthMalhotra
SiddharthMalhotra / OpenSSLExample.cpp
Created December 19, 2018 12:52 — forked from irbull/OpenSSLExample.cpp
Code signing and verification with OpenSSL
#include <iostream>
#include <openssl/aes.h>
#include <openssl/evp.h>
#include <openssl/rsa.h>
#include <openssl/pem.h>
#include <openssl/ssl.h>
#include <openssl/bio.h>
#include <openssl/err.h>
#include <assert.h>