参考资料: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
链接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
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加密函数: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中存在不存在相关表的记录...
分类:
其他好文 时间:
2015-08-14 01:10:10
阅读次数:
196
Using RSA encrypt your data....
分类:
编程语言 时间:
2015-08-11 23:37:32
阅读次数:
353
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
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
xe8 okunit TntLXCryptoUtils;interfacefunction AES128_Encrypt( Value, Password : string ) : string;function AES128_Decrypt( Value, Password : string ) ...
一、简介 S/MIME工具,用于处理S/MIME邮件,它能加密、解密、签名和验证S/MIME消息 二、语法 openssl smime [-encrypt] [-decrypt] [-sign] [-verify] [-pk7out] [-nointern] [-nosigs] [-noverify...
分类:
其他好文 时间:
2015-07-24 15:43:12
阅读次数:
131