How can I do this same encrypt/decrypt PHP function on iOS with Objective-C?

前端 未结 5 597
清酒与你
清酒与你 2021-02-06 15:50

I have a function in PHP that encrypts and decrypts strings:

function encrypt_decrypt($action, $string) 
{
   $output = false;
   $key = \'mykeyhereblah\';
   $i         


        
5条回答
提交回复
热议问题