码迷,mamicode.com
首页 >  
搜索关键字:cryptography    ( 396个结果
Ural2102:Michael and Cryptography
The hacker Michael develops breakthrough password manager, which is called KEK (Keeper of Encrypted Keys). A distinctive feature of KEK is excellent s ...
分类:其他好文   时间:2018-04-16 22:48:44    阅读次数:198
RSA加密解密
using System;using System.IO;using System.Security.Cryptography;using System.Text;using Microsoft.VisualStudio.TestTools.UnitTesting; namespace UnitTe ...
分类:其他好文   时间:2018-04-11 17:12:09    阅读次数:151
RSACryptoServiceProvider加密解密签名验签和DESCryptoServiceProvider加解密
原文:RSACryptoServiceProvider加密解密签名验签和DESCryptoServiceProvider加解密 C#在using System.Security.Cryptography下有 DESCryptoServiceProvider RSACryptoServicePro..... ...
分类:其他好文   时间:2018-04-11 16:14:22    阅读次数:165
CryptographicException异常处理方法
在调用System.Security.Cryptography.ProtectedData.Protect方法来保护私密信息时,IIS可能会报以下错误:CryptographicException: 数据保护操作未成功。这可能是由于未为当前线程的用户上下文加载用户配置文件导致的。当线程执行模拟时,可 ...
分类:其他好文   时间:2018-03-29 19:17:11    阅读次数:171
ssl协议
背景介绍 最近在看《密码学与网络安全》相关的书籍,这篇文章主要详细介绍一下著名的网络安全协议SSL。 在开始SSl介绍之前,先给大家介绍几个密码学的概念和相关的知识。 1、密码学的相关概念 密码学(cryptography):目的是通过将信息编码使其不可读,从而达到安全性。明文(plain text ...
分类:其他好文   时间:2018-03-28 14:16:45    阅读次数:190
MD5简单加密
简单加密测试: 1.引用 Using System.Security; Using System.Secuity.Cryptography; 2.接收值 接收到前台传过来的字符串值 列:PassWord=”123456” 3.进行转换 MD5 MD=new MD5CryptoServiceProvi ...
分类:其他好文   时间:2018-03-21 16:34:58    阅读次数:162
[转] AES,SHA1,DES,RSA,MD5区别
AES:更快,兼容设备,安全级别高; SHA1:公钥后处理回传 DES:本地数据,安全级别低 RSA:非对称加密,有公钥和私钥 MD5:防篡改 相关: 公开密钥加密(英语:public-key cryptography,又译为公开密钥加密),也称为非对称加密(asymmetric cryptogra ...
分类:其他好文   时间:2018-03-19 16:45:31    阅读次数:188
Forward secrecy
In cryptography, forward secrecy (FS), also known as perfect forward secrecy (PFS), is a property of secure communication protocols in which compromis ...
分类:其他好文   时间:2018-03-11 00:36:13    阅读次数:185
在windows上安装Python cryptography的过程和遇到的问题
在windows上安装Python cryptography的过程和遇到的问题
分类:编程语言   时间:2018-03-08 00:08:41    阅读次数:205
C# Post HTTP Request
using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Security.Cryptography; using System.Text; using System... ...
分类:Windows程序   时间:2018-03-05 19:34:52    阅读次数:195
396条   上一页 1 ... 8 9 10 11 12 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!