Skip to content

Instantly share code, notes, and snippets.

View Padmanabh82's full-sized avatar
:shipit:
Bugs, where are you !!

Padmanabh Kharat Padmanabh82

:shipit:
Bugs, where are you !!
  • Navi Mumbai, Maharastra, India
View GitHub Profile
@Padmanabh82
Padmanabh82 / AES.c
Created March 23, 2021 07:51 — forked from bricef/AES.c
A simple example of using AES encryption in Java and C.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
/*
* MCrypt API available online:
* http://linux.die.net/man/3/mcrypt
*/
#include <mcrypt.h>