码迷,mamicode.com
首页 >  
搜索关键字:encrypt trail    ( 898个结果
简单易懂学加密
参考资料:http://www.iplaysoft.com/encrypt-arithmetic.htmlhttp://www.360doc.com/content/14/0323/01/1355383_362832203.shtml简单加密实例入门:发送一串文字ABCDEF,要将这些文字变为密文,就将A替换为C,将B替换为D,将C替换为E,将D替换为F,将E替换为G,将F替换为H,..
分类:其他好文   时间:2015-08-25 12:33:31    阅读次数:168
(二分搜索 数论)(求阶乘里零个数对应的阶乘)light oj -- 1138
链接DescriptionYou task is to find minimal natural numberN, so thatN!contains exactlyQzeroes on the trail in decimal notation. As you knowN! = 1*2*...*N...
分类:其他好文   时间:2015-08-21 15:06:54    阅读次数:181
LightOJ 1138
Description:You task is to find minimal natural numberN, so thatN!contains exactlyQzeroes on the trail in decimal notation. As you knowN! = 1*2*...*N....
分类:其他好文   时间:2015-08-20 22:10:22    阅读次数:209
网上搜集的一段php可逆加密函数
php加密函数:function my_encrypt($data, $key='unun.in'){ $char = $str = ''; $key = md5($key); $x = 0; $len = strlen($data); ...
分类:Web程序   时间:2015-08-18 13:59:05    阅读次数:205
使用OGG的logdump工具检查OGG trail file中存在不存在相关表的记录
使用OGG的logdump工具检查OGG trail file中存在不存在相关表的记录...
分类:其他好文   时间:2015-08-14 01:10:10    阅读次数:196
[JavaSecurity] - RSA Encryption
Using RSA encrypt your data....
分类:编程语言   时间:2015-08-11 23:37:32    阅读次数:353
ios客户端RSA公钥加密 .net后台私钥解密解决方案(基于Openssl)
1.需要后台提供.pem格式的Openssl公钥文件,也可以自己制作。具体请参考:http://www.qmailer.net/archives/216.html(OpenSSL密钥相关命令) char *my_encrypt(const char *str,const char *path_key){      char *p_en;      RSA *p_rsa;      FI...
分类:移动开发   时间:2015-07-31 16:28:44    阅读次数:243
php des 对称加解密类
key = $key; $this->iv = mcrypt_create_iv(mcrypt_get_iv_size($this->cipher,$this->modes),MCRYPT_RAND); } /** * 加密 */ public function encrypt($input)...
分类:Web程序   时间:2015-07-30 21:03:00    阅读次数:149
delphi AES encrypt
xe8 okunit TntLXCryptoUtils;interfacefunction AES128_Encrypt( Value, Password : string ) : string;function AES128_Decrypt( Value, Password : string ) ...
分类:Windows程序   时间:2015-07-26 23:51:45    阅读次数:415
Openssl smime命令
一、简介 S/MIME工具,用于处理S/MIME邮件,它能加密、解密、签名和验证S/MIME消息 二、语法 openssl smime [-encrypt] [-decrypt] [-sign] [-verify] [-pk7out] [-nointern] [-nosigs] [-noverify...
分类:其他好文   时间:2015-07-24 15:43:12    阅读次数:131
898条   上一页 1 ... 74 75 76 77 78 ... 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!