How to Encrypt and Decrypt a PHP String ?
In PHP, Encryption and Decryption of a string is possible using one of the Cryptography Extensions called OpenSSL function for encrypt and decrypt. openssl_encrypt() Function: The openssl_encrypt() function is used to encrypt the data. Syntax: string openssl_encrypt( string $data, string $method, st