Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
aes
.
Show all posts
Showing posts with label
aes
.
Show all posts
Saturday, June 28, 2014
Encrypt & Decrypt String Using AES Algorithm & jQuery
›
<!doctype html> <html> <head> <meta charset= "utf-8" /> <script src= "http://ajax.google...
Thursday, November 22, 2012
Encrypt and decrypt string using AES 128 and PKCS7 algorithm using Php
›
Encrypt and decrypt string using AES algorithm executed by PHP script is given below: <?php function encrypt ( $key , $to_encry...
1 comment:
Encrypt and decrypt string using AES algorithm using Java
›
Encrypt and decrypt string or bytes using AES algorithm performed by Java code. below is the code snippet. package com . pkm ; ...
›
Home
View web version