码迷,mamicode.com
首页 >  
搜索关键字:cryptography    ( 396个结果
加密学教程(Cryptography Tuturials)文件夹
加密学教程(Cryptography Tuturials)太阳火神的漂亮人生 (http://blog.csdn.net/opengl_es)本文遵循“署名-非商业用途-保持一致”创作公用协议Cryptography Tutorials - Herong's Tutorial Notes Versi ...
分类:其他好文   时间:2017-06-30 17:19:28    阅读次数:188
C#的DES文件加解密工具类
usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Security.Cryptography;usingSystem.IO;namespacewww.xinduofen.com{classFileDES{//////加密文件随机数生成///privatestaticRandomNumberGeneratorrand=newRNGCryptoServiceProvider();privatecons..
分类:Windows程序   时间:2017-06-30 12:37:37    阅读次数:405
C# 加密解密
using System; using System.Security.Cryptography; using System.Text; namespace DotNet.Utilities { /// <summary> /// Encrypt 的摘要说明。 /// </summary> publ ...
分类:Windows程序   时间:2017-06-21 13:47:38    阅读次数:224
win7中python3.4下安装scrapy爬虫框架(亲测可用)
貌似最新的scrapy已经支持python3,但是错误挺多的,以下为在win7中的安装步骤: 1、首先需要安装Scrapy的依赖包,包括parsel, w3lib, cryptography, pyOpenSSL,twisted,lxml 其中,twisted和lxml的安装包可以在http://w ...
分类:编程语言   时间:2017-06-15 14:11:54    阅读次数:228
常见证书格式和转换
PKCS全称是 Public-Key Cryptography Standards ,是由 RSA实验室与其它安全系统开发商为促进公钥密码的发展而制订的一系列标准,PKCS 目前共发布过 15 个标准。 常用的有:PKCS#7 Cryptographic Message Syntax Standar ...
分类:其他好文   时间:2017-06-07 21:04:47    阅读次数:193
c#使用椭圆签名算法制作软件序列号
椭圆曲线密码学(Elliptic curve cryptography,缩写为ECC)是基于椭圆曲线数学的一种公钥密码的方法。椭圆曲线在密码学中的使用是在1985年由Neal Koblitz和Victor Miller分别独立提出的。椭圆签名算法应该是微软最先用在软件保护上的,我们平常用的25位序列 ...
分类:编程语言   时间:2017-05-24 00:51:11    阅读次数:373
https 结合使用 对称加密和非对称加密
(一)对称加密(Symmetric Cryptography) ---共享密钥加密对称加密是最快速、最简单的一种加密方式,加密(encryption)与解密(decryption)用的是同样的密钥(secret key),这种方法在密码学中叫做对称加密算法。对称加密有很多种算法,由于它效率很高,所以 ...
分类:Web程序   时间:2017-05-21 00:25:37    阅读次数:220
HMACSHA256 Class
https://msdn.microsoft.com/en-us/library/system.security.cryptography.hmacsha256(v=vs.110).aspx Computes a Hash-based Message Authentication Code (HMA ...
分类:系统相关   时间:2017-05-17 17:25:50    阅读次数:209
POJ_2109 Power of Cryptography 数学
题目链接:http://poj.org/problem?id=2109 参考链接:http://blog.csdn.net/synapse7/article/details/11672691 乍一看似乎高精度,但是double足矣。。。。。15位有效数字, 指数范围-307~308(10位基数) 代 ...
分类:其他好文   时间:2017-05-12 09:40:19    阅读次数:197
pip install报错Can't roll back cryptography; was not uninstalled
当使用pip install或者pip install --upgrade报错 Can't roll back cryptography; was not uninstalled 可以进行以下的尝试: 之后再继续php install ...
分类:其他好文   时间:2017-05-06 20:51:50    阅读次数:1547
396条   上一页 1 ... 13 14 15 16 17 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!