Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
openssl_encrypt
.
Show all posts
Showing posts with label
openssl_encrypt
.
Show all posts
Sunday, February 16, 2020
PHP - Encryption and Decryption of Large Files with OpenSSL
›
PHP lacks a build-in function to encrypt and decrypt large files. openssl_encrypt can be used to encrypt strings, bu...
3 comments:
Wednesday, May 24, 2017
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() ...
›
Home
View web version