Debug School

rakesh kumar
rakesh kumar

Posted on

How to encrypt and decrypt data in php

How to encrypt and decrypt data in php

https://github.com/arifacar/RSAEncryption
https://github.com/marianmirzacu/encrypt
https://stackoverflow.com/questions/12204339/using-php-and-openssl-and-storing-it-in-mysql-cant-decrypt-data
http://www.navioo.com/php/docs/function.openssl-public-encrypt.php
https://stackoverflow.com/questions/8032486/php-mysql-and-rsa-encryption
https://www.tutorialspoint.com/php/php_function_openssl_public_encrypt.htm
https://stackoverflow.com/questions/36001858/php-rsa-encrypt-with-openssl-no-padding-mode-return-false
https://stackoverflow.com/questions/17076475/php-openssl-public-key-encryption-with-string-public-key
https://crypto.stackexchange.com/questions/3608/why-is-padding-used-for-rsa-encryption-given-that-it-is-not-a-block-cipher
https://en.wikipedia.org/wiki/Padding_(cryptography)

Top comments (0)