<tutorialjinni.com/>

Decrypt String Using PHP

Posted Under: PHP, Snippets on Aug 18, 2018
Decrypt String Using PHP
PHP snippet to decrypt AES-256 encrypted string with 32 Bytes key. In order to use decryption php_mcrypt extension need to be installed and activated.

Cafe Restaurant Free AMP HTML Template

Posted Under: AMP, e-commerce, HTML5, Responsive, Template on Aug 18, 2018
Cafe Restaurant Free AMP HTML Template
Cafe Restaurant is free full featured accelerated mobile pages (AMP) template. It is a simple HTML template for e-commerce or a static website or may be food blog.

CSS Style Ordered List numbers

Posted Under: CSS3, Snippets on Aug 17, 2018
CSS Style Ordered List numbers
This CSS snippet will stylized order list using :before pseudo CSS element.

Encrypt String Using PHP

Posted Under: PHP, Snippets, Tutorials on Aug 17, 2018
Encrypt String Using PHP
PHP snippet to Encrypt string using AES-256 encryption algorithm with 32 Bytes key. In order to use encryption php_mcrypt extension need to be installed and activated.

Install PHP mcrypt Extension on Linux

Posted Under: Configuration, PHP, Shell, Snippets on Aug 17, 2018
Install PHP mcrypt Extension on Linux
In order to use encryption and decryption in PHP, we need to inatall PHP extension mcrypt.