E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
❥Cryptography
M
ProblemDescriptionCurrentworkin
cryptography
involves(amongotherthings)largeprimenumbersandcomputingpowersofnumbersamongtheseprimes.Workinthisareahasresultedinthepracticaluseofresultsfromnumbertheoryand
qq_27478063
·
2016-03-17 18:00
密码学之路
常用加密算法的Java实现总结(二)——对称加密算法DES、3DES和AES常用加密算法的Java实现(一)—单向加密算法MD5和SHA对称加密(Symmetric
Cryptography
)HTTPS那些事用
洛易
·
2016-03-16 20:00
C#中使用SHA1和MD5加密字符串
代码如下:usingSystem.Security.
Cryptography
;//添加Using staticvoidMain(string[]args) { stringpassword="
北海肥猫
·
2016-03-10 17:00
斯坦福密码学先驱获 2015 年图灵奖:迪菲-赫尔曼协议
迪菲和赫尔曼在1976年发表的论文《密码学新动向》(NewDirectionsin
Cryptography
)中,提出公钥加密系统的蓝图,使得在一个完全开放的信息通道内,人们无需事先约定,便可以安全的交换信息
pepperwang
·
2016-03-10 00:00
算法
密码学
Shiro权限使用
下面是其网站上对其的一段说明:ApacheShiroisapowerfulandeasy-to-useJavasecurityframeworkthatperformsauthentication,authorization,
cryptography
绅士ゝ图图。
·
2016-03-09 09:00
Shiro权限使用
下面是其网站上对其的一段说明:ApacheShiroisapowerfulandeasy-to-useJavasecurityframeworkthatperformsauthentication,authorization,
cryptography
绅士ゝ图图。
·
2016-03-09 09:00
TSL(SSL)相关内容
内容基本包括以下各个方面(出自维基百科):TransportLayerSecurityPublic-key
cryptography
Symmetric-keyalgorithmDigitalsignatureX
malihom
·
2016-03-08 00:00
computer
[Unity优化]数据的加密与解密
21682&_dsign=f0374ae5usingUnityEngine; usingSystem.Collections; usingSystem.Text; usingSystem.Security.
Cryptography
lyh916
·
2016-03-06 10:00
加密解密
MVC5 网站开发之六 管理员功能之登录、验证和注销
引用System.Security.
Cryptography
命名空间(1),并实现SHA256静态加密方
洞庭夕照
·
2016-03-01 01:00
网络安全基本概念
1.对称加密(Symmetric
Cryptography
)加密(encryption)与解密(decryption)用的是同样的密钥(secretkey),这种加密的方式是对称加密。
afandaafandaafanda
·
2016-02-27 21:00
加密
算法
安全
网络安全
支付宝C# RSA签名 报系统找不到指定的文件问题解决
在做WEB端支付的时候遇到个奇怪的问题:本地localhost调试支付没问题,代码更新到服务器就出现了未将对象引用设置到对象的实例的错误: 经过跟踪发现错误代码是:System.Security.
Cryptography
.CryptographicException
伽罗kapple
·
2016-02-24 17:00
加密解密
; 2usingSystem.Collections.Generic; 3usingSystem.Linq; 4usingSystem.Text; 5usingSystem.Security.
Cryptography
ChineseMoonGod
·
2016-02-20 20:00
C# DM5 32位加密
usingSystem.Security.
Cryptography
;usingSystem.Text;publicstaticstringStringToMD5Hash(stringinputString
丶神經病
·
2016-02-20 10:00
白话解释 对称加密算法 VS 非对称加密算法
来源:本人博客对称加密算法(Symmetric-keyalgorithm)和非对称加密算法(asymmetrickeyencryptionalgorithm)只不过就是密码学(
cryptography
)
前端梁
·
2016-02-19 00:00
encryption
非对称加密算法
对称加密算法
通用
usingSystem; usingSystem.Collections.Generic; usingSystem.IO; usingSystem.Linq; usingSystem.Security.
Cryptography
汪汪汪~~
·
2016-02-17 16:00
SSL协议详解
1、密码学的相关概念密码学(
cryptography
):目的是通过将信息编码使其不可读,从而达到安全性。明文(plaintext):发送人、接受人和任何访问消息的人都能理解的消息。
bravegogo
·
2016-02-17 12:00
C# SHA256加密算法记录
1usingSystem.Text; 2usingSystem.Diagnostics; 3usingSystem.Security; 4usingSystem.Security.
Cryptography
文__武
·
2016-02-17 10:00
调用微信退款接口时出现System.Security.
Cryptography
.CryptographicException: 出现了内部错误 解决办法
我总结了一下出现证书无法加载的原因有以下三个1.证书密码不正确,微信证书密码就是商户号 解决办法:请检查证书密码是不是和商户号一致2.IIS设置错误,未加载用户配置文件 解决办法:找到网站使用的应用程序池-->右击-->高级设置-->打开如下图-->在加载用户配置文件选择true3.如果以上两个方案都不能解决问题,就有可能是加载证书时没有给定证书存储标识 解决方法:在加载证书方法时使用以下
IT之家
·
2016-02-15 09:00
调用微信退款接口时出现System.Security.
Cryptography
.CryptographicException: 出现了内部错误 解决办法
我总结了一下出现证书无法加载的原因有以下三个1.证书密码不正确,微信证书密码就是商户号 解决办法:请检查证书密码是不是和商户号一致2.IIS设置错误,未加载用户配置文件 解决办法:找到网站使用的应用程序池-->右击-->高级设置-->打开如下图-->在加载用户配置文件选择true3.如果以上两个方案都不能解决问题,就有可能是加载证书时没有给定证书存储标识 解决方法:在加载证书方法时使用以下
IT之家
·
2016-02-15 09:00
c# AES加解密并转ASCII码
usingSystem; usingSystem.Collections.Generic; usingSystem.IO; usingSystem.Linq; usingSystem.Security.
Cryptography
青春岁月,无怨无悔
·
2016-02-14 13:01
自签名证书的是与非
In
cryptography
andcomputersecurity,aself-
lightsong
·
2016-02-13 23:00
AES,SHA1,DES,RSA,MD5区别[转]
AES:更快,兼容设备,安全级别高;SHA1:公钥后处理回传DES:本地数据,安全级别低RSA:非对称加密,有公钥和私钥MD5:防篡改 相关:公开密钥加密(英语:public-key
cryptography
susancain
·
2016-02-11 00:00
Salted hash password
参考文档http://www.cnblogs.com/richardlee/articles/2511321.htmlhttps://en.wikipedia.org/wiki/Salt_%28
cryptography
lightsong
·
2016-02-10 22:00
UVA10006 快速幂
CarmichaelNumbersAnimportanttopicnowadaysincomputerscienceis
cryptography
.Somepeopleeventhinkthat
cryptography
istheonlyimportantfieldincomputerscience
zcj5027
·
2016-02-07 15:00
[Node.js] 对称加密、公钥加密和RSA
原文地址:http://www.moye.me/2015/06/14/
cryptography
_rsa/ 引子对于加解密,我一直处于一种知其然不知其所以然的状态,项目核心部分并不倚重加解密算法时,可以勉强对付过去
莫耶
·
2016-02-03 01:12
安装scrapy遇到问题
pipinstall
cryptography
出现 error:command'gcc'failedwithexitstatus1 单独下载
cryptography
安装出现一下错误cffi.ffiplatform.VerificationError
pzqingchong
·
2016-02-02 19:00
.net AES加密解密
usingSystem; usingSystem.Collections.Generic; usingSystem.Text; usingSystem.Security.
Cryptography
Rocken.li
·
2016-01-29 15:00
RSA加密的测试demo
使用.net自带的RSA,需要引用System.Security.
Cryptography
测试环境.net4.6staticvoidMain(string[]args) { varRSA=newRSACryptoServiceProvider
HONT
·
2016-01-29 12:00
常用加密算法学习
比如无线路由就可用该方式加密 .Net中对应的命名空间为:(部分)AES:System.Security.
Cryptography
.
HONT
·
2016-01-29 11:00
在java项目中使用AES256 CBC加密
首先要注意一点,默认的JDK是不支持256位加密的,需要到Oracle官网下载加密增强文件(Java
Cryptography
Extension(JCE)UnlimitedStrengthJurisdictionPolicyFiles8
Gugia桑
·
2016-01-29 10:48
数字证书原理
1.1、公钥密码体制(public-key
cryptography
)公钥密码
0_0Boom
·
2016-01-28 19:00
https
rsa
数字证书
使用证书部署出现System.Security.
Cryptography
.CryptographicException 错误解决方案
一、System.Security.
Cryptography
.CryptographicException:找不到对象atSystem.Security.
Cryptography
.CryptographicException.ThrowCryptographicException
Kero小柯
·
2016-01-26 15:00
Md5加密
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Security.
Cryptography
hobe6699
·
2016-01-26 08:00
C# 常用加密处理
AES usingSystem; usingSystem.Security.
Cryptography
; usingSystem.Text; namespaceCommon { publicclassAESProvider
longkin5
·
2016-01-25 17:00
C# 常用加密处理
AES usingSystem; usingSystem.Security.
Cryptography
; usingSystem.Text; namespaceCommon { publicclassAESProvider
longkin5
·
2016-01-25 17:00
Shiro简介
ApacheShiroisapowerfulandeasy-to-useJavasecurityframeworkthatperformsauthentication,authorization,
cryptography
GITTODO
·
2016-01-23 11:00
java
shiro
MD5加密算法
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Security.
Cryptography
片刻的宣泄
·
2016-01-19 21:00
[Computer and Network Security] Applied
Cryptography
零、一些基本的概念唯密文攻击:攻击者只知道密文已知明文攻击:攻击者知道一些对选择明文攻击:攻击者知道特定明文以及相应的密文加密基元:它是构成密码系统基本组成模块的特定密码学函数。例如,对称密钥密码学,公钥密码学,哈希函数,数字签名,数字证书。当我们构建一个密码系统时可利用现有的加密基元。一、对称加密对称密码学:Bob和Alice分享相同的(对称)密钥,假设两个人有私密的和可靠的方式协商密钥。1.1
hitwangpeng
·
2016-01-15 17:00
加密证书介绍
作为文件形式存在的证书一般有这几种格式:1.带有私钥的证书由PublicKey
Cryptography
Standards#12,PKCS#12标准定义,包含了公钥和私钥的二进制格式的证书形式,以pfx作为证书文件后缀名
longtsiu
·
2016-01-14 09:00
对称加密与非对称加密
(一)对称加密(Symmetric
Cryptography
)对称加密是最快速、最简单的一种加密方式,加密(encryption)与解密(decryption)用的是同样的密钥(secretkey),这种方法在密码学中叫做对称加密算法
tigger丨
·
2016-01-11 19:07
java.security.InvalidKeyException: Illegal key size 解决办法
下载对应的文件并替换到指定目录Java
Cryptography
Extension(JCE)UnlimitedStrengthJurisdictionPolicyFiles6Java
Cryptography
Extension
小白闯天下
·
2016-01-09 13:00
ssl协议详解
1、密码学的相关概念密码学(
cryptography
):目的是通过将信息编码使其不可读,从而达到安全性。明文(plaintext):发送人、接受人和任何访问消息的人都能理解的消息。
permike
·
2016-01-06 15:00
证书格式
PKCS全称是Public-Key
Cryptography
Standards,是由RSA实验室与其它安全系统开发商为促进公钥密码的发展而制订的一系列标准,常用的有:PKCS#7CryptographicMessageSyntaxStandardPKCS
1Q2A
·
2016-01-04 13:01
request
证书
通用
开发商
实验室
证书格式
PKCS全称是Public-Key
Cryptography
Standards,是由RSA实验室与其它安全系统开发商为促进公钥密码的发展而制订的一系列标准,常用的有:PKCS#7CryptographicMessageSyntaxStandardPKCS
1Q2A
·
2016-01-04 13:01
request
证书
通用
开发商
实验室
证书格式
PKCS全称是Public-Key
Cryptography
Standards,是由RSA实验室与其它安全系统开发商为促进公钥密码的发展而制订的一系列标准,常用的有:PKCS#7CryptographicMessageSyntaxStandardPKCS
1Q2A
·
2016-01-04 13:01
证书
实验室
Request
ipsec
***
微信JSSDK示例代码 笔记
usingSystem; usingSystem.Collections.Generic; usingSystem.Web; usingSystem.IO; usingSystem.Security.
Cryptography
漂泊雪狼
·
2015-12-31 11:00
C#MD5 32位加密
usingSystem.Security.
Cryptography
; publicstaticstringEn32(stringstr) { stringpwd=""; MD5md5=MD5
倾国倾城何为倾
·
2015-12-29 11:00
asp.net MD5加密解密
usingSystem; usingSystem.Text; usingSystem.Threading.Tasks; usingSystem.Security.
Cryptography
; namespaceDAL
残留中的回忆
·
2015-12-28 16:00
POJ1317 Do the Untwist
DotheUntwistTimeLimit: 1000MS MemoryLimit: 10000KTotalSubmissions: 3424 Accepted: 2080Description
Cryptography
dealswithmethodsofsecretcommunicationthattransformamessage
zxdfc
·
2015-12-27 00:00
老阳推荐的博客
securitybasicconcept,先收藏:http://www.cubrid.org/blog/dev-platform/understanding-encryption-security-through-java-
cryptography
-architecture
guilanl
·
2015-12-15 13:00
上一页
25
26
27
28
29
30
31
32
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他