Heykuki News
Top
New
Best
Ask
Show
Jobs
Toggle theme
Login
Top
New
Best
Ask
Show
Jobs
Python's Decode(encoded strings from CodeIgniter)
github.com/hussaintamboli
2 points
hussaintamboli
13 years ago
php : $string = "test"; $encoded = $this->encrypt->encode($string);
python : decoded = Decrypt.decode(encoded in CI) output : test
No comment yet
Python's Decode(encoded strings from CodeIgniter) | Heykuki News