A script language of preemptive scheduling coroutine in single thread
@mln_rc4(data, key);
Input:
Return value:
Error:
Example:
cipher = @mln_rc4('This is a rc4 test', 'a key');
@mln_print(cipher);
@mln_print(@mln_rc4(cipher, 'a key'));
The output is:
oO?L?RQ??????(?
This is a rc4 test