Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 377 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 377 Bytes

Enkripsi URL PHP

PHP URL Encryption - Data Encryption Function with PHP which is very URL Friendly. Suitable for PHP Native or using the CodeIgniter 3 Framework.

How to use?

add enkrip(...) function to encrypt and add dekrip(...) function do decrypt.

Example:

$post = $this->input->post(); $notrans = enkrip($post['no_trans']);