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']);