码迷,mamicode.com
首页 >  
搜索关键字:cryptography    ( 396个结果
MCMC 破译密码 http://mlwhiz.com/blog/2015/08/21/MCMC_Algorithms_Cryptography/
# AIM: To Decrypt a text using MCMC approach. i.e. find decryption key which we will call cipher from now on. import string import math import random ...
分类:Web程序   时间:2017-05-04 20:13:22    阅读次数:309
poj 2109 Power of Cryptography
Power of Cryptography Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 18408 Accepted: 9292 题目大意 给出两个数n,k 要你求个数ans ans^n=k 关于题目中的数据范围全然能够用do ...
分类:其他好文   时间:2017-04-29 21:05:21    阅读次数:154
一个加密通信过程
公钥密码体制(public-key cryptography) 公钥密码体制分为三个部分,公钥,私钥,加密解密算法。 加密:通过加密算法和公钥对内容(也称明文)进行加密,得到密文。加密过程要用到公钥。 解密:通过解密算法和公钥对密文进行解密,得到明文。解密过程需要用到私钥 由公钥加密的内容,只能由私 ...
分类:其他好文   时间:2017-04-28 16:05:52    阅读次数:193
细说shiro之组件架构
官网:https://shiro.apache.org/ 如图所示,Shiro主要组件包括:Subject,SecurityManager,Authenticator,Authorizer,SessionManager,CacheManager,Cryptography,Realms。 1. Sub ...
分类:其他好文   时间:2017-04-27 21:11:05    阅读次数:418
PKCS 15 个标准
PKCS 全称是 Public-Key Cryptography Standards ,是由 RSA 实验室与其它安全系统开发商为促进公钥密码的发展而制订的一系列标准。 可以到官网上看看 What is PKCS PKCS 目前共发布过 15 个标准:(1)PKCS#1:RSA加密标准。PKCS#1 ...
分类:其他好文   时间:2017-04-25 17:10:16    阅读次数:265
加密算法
public class Cryptography { private static readonly Byte[] IV = { 131, 124, 213, 11, 241, 214, 201, 103, 138, 225, 188, 216, 116, 247, 152, 145 }; ... ...
分类:编程语言   时间:2017-04-04 10:31:27    阅读次数:197
代收货款API接口demo-order.KdApiEOrderPrev
usingSystem; usingSystem.Collections.Generic; usingSystem.IO; usingSystem.Linq; usingSystem.Net; usingSystem.Text; usingSystem.Web; usingSystem.Security.Cryptography.X509Certificates; usingSystem.Net.Security; namespaceKdGoldAPI { /** * *快递鸟电子面单预览..
分类:Windows程序   时间:2017-03-24 20:56:20    阅读次数:222
微信扫码支付~公众号检查红包状态问题
在IIS上部署后台管理系统,添加功能,检测某个记录的红包领取状态,这时,需要与微信进行实时通今博信,但在添加项目后,可能出现下面的黄屏错误,说你的证书文件有问题 System.Security.Cryptography.CryptographicException: IIS设置错误,未加载用户配置文 ...
分类:微信   时间:2017-03-14 12:17:53    阅读次数:317
Cryptography I 学习笔记 --- 认证加密
1. 认证加密,Alice与Bob共享一个密钥k,Alice可以发送密文E给Bob,Bob可以确定接收到的E一定是拥有密钥k的Alice产生的。而不是攻击者随便产生的。 2. 认证加密必须能抵挡住选择密文攻击 3. 认证加密无法抵挡重放攻击 4. tls,两边维护一个相同的自增计数器,可以抵挡重放攻 ...
分类:其他好文   时间:2017-03-10 00:28:13    阅读次数:141
fabric使用错误,安装cryptography高版本问题
在使用fab的时候报错:pkg_resources.DistributionNotFound:The‘cryptography>=1.1‘distributionwasnotfoundandisrequiredbyparamiko语义翻译:cryptography版本过低,需要安装1.1以上版本;所以执行:pipinstallcryptography报类似错误:build/temp.linux-x86_64-2.6/_open..
分类:其他好文   时间:2017-03-06 22:27:00    阅读次数:590
396条   上一页 1 ... 14 15 16 17 18 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!