码迷,mamicode.com
首页 >  
搜索关键字:encrypt    ( 663个结果
ABAP 加密解密程序
用于对字符串的加密和解密:DATA: o_encryptor TYPE REF TO cl_hard_wired_encryptor, o_cx_encrypt_error TYPE REF TO cx_encrypt_error.DATA: v_ac_string TYPE...
分类:其他好文   时间:2014-06-02 11:53:34    阅读次数:339
Android 和 PHP 之间进行数据加密传输
Android 和 PHP 之间进行数据加密传输[代码] [Java]代码1 mcrypt = new MCrypt();2 /* Encrypt */3 String encrypted = MCrypt.bytesToHex( mcrypt.encrypt("Text to E...
分类:移动开发   时间:2014-05-09 04:31:05    阅读次数:442
hdu1211
RSA is one of the most powerful methods to encrypt data. The RSA algorithm is described as follow: > choose two large prime integer p, q > calculate n = p × q, calculate F(n) = (p - 1) × (q - 1) ...
分类:其他好文   时间:2014-04-27 21:37:59    阅读次数:315
663条   上一页 1 ... 65 66 67
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!