Python's Decode(encoded strings from CodeIgniter)github.com/hussaintamboli2 pointshussaintamboli13 years agophp : $string = "test"; $encoded = $this->encrypt->encode($string);python : decoded = Decrypt.decode(encoded in CI) output : test