Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
openssl
.
Show all posts
Showing posts with label
openssl
.
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() ...
PHP - Sign Request Data With OpenSSL Private Key Pair
›
Below is a PHP code snippet to sign request data with OpenSSL private key. It's used to handshake with server to communicate with the s...
Friday, May 5, 2017
Create public/private key pair using OAuth RSA-SHA1 method on Windows with OpenSSL
›
Download OpenSSL from http://slproweb.com/products/Win32OpenSSL.html And install on your machine. Or you can download light version from...
Tuesday, July 23, 2013
Create Self-Signed Certificate Windows
›
At first install OpenSSL in your windows machine. Several files related to your your SSL certificate will be created in this section, s...
Installing OpenSSL on Windows
›
OpenSSL is officially distributed in C source code format. This is not a problem for Unix systems where C compiler is always available. B...
Sunday, April 7, 2013
Enable OpenSSL Support for PHP on Windows
›
Enable OpenSSL Support for PHP on Windows As a prerequisite, two libraries must be existing in your Windows system: libeay32.dll and...
›
Home
View web version