Soediro personal blog
The code archives from everywhere.
Pages
(Move to ...)
Home
Security
▼
Friday, May 30, 2014
Simple Oracle incremental backup in Bash script
›
Here's my script. I call it ora_backup.sh. I put it in Oracle home folder and gave permission to Oracle user to execute it. Run the foll...
Sunday, May 25, 2014
AES GTST in Cpp
›
// Generate and Compare AES Test Files For KAT and Monte Carlo Tests // Directory for AES test vector files and locally generated copies ...
AES Test in Cpp
›
// Run and Compare AES Tests For Known Answer and Monte Carlo Tests // Directory for AES test vector files and locally generated copies ...
A simple example of using AES encryption in Java
›
/**************************************************************** * Taken from https://gist.githubusercontent.com/bricef/2436364/ ******...
A simple example of using AES encryption in C
›
/**************************************************** * Taken from: https://gist.github.com/bricef/2436364 *****************************...
›
Home
View web version