Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
encrypt
.
Show all posts
Showing posts with label
encrypt
.
Show all posts
Wednesday, May 24, 2017
PHP Encrypt Data With OpenSSL Public Key And Decrypt With OpenSSL Private Key
›
Below is a PHP code snippet to encrypt data with a public key and then again decrypt the encrypted data with a private key. If you have ...
Simple PHP encrypt and decrypt Using AES-256-CBC Algorithm | OpenSSL Encrypt | OpenSSL Decrypt
›
If you don't want to save strings in clear text, there are new php functions (php >= 5.3.0) that can be of help; openssl_encrypt() ...
Saturday, June 28, 2014
Encrypt & Decrypt String Using AES Algorithm & jQuery
›
<!doctype html> <html> <head> <meta charset= "utf-8" /> <script src= "http://ajax.google...
Saturday, November 24, 2012
Encrypt a file using bash shell script
›
openssl des3 - salt - in / pritom / input.sql - out / pritom / output.pk - pass pass : pritom where: /pritom/input.sql is the in...
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