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
今天下载安装了Enterprise Library for .NET Framework 2.0 - January 2006,准备试试dataAccess application block
This release of Enterprise Library for .NET Framework 2.0 includes: Caching Application Block,
Cryptography
·
2015-11-13 00:08
application
整理封装的加密解密类,使用DES
using System; using System.Security; using System.Security.
Cryptography
; using
·
2015-11-13 00:57
加密解密
.pfx格式和.Cer格式的区别
ize:12px">作为文件形式存在的证书一般有这几种格式: 1.带有私钥的证书 由Public Key
Cryptography
Standards #12,PKCS#12标准定义
·
2015-11-13 00:33
pfx
常见证书格式和转换
PKCS 全称是 Public-Key
Cryptography
Standards ,是由 RSA 实验室与其它安全系统开发商为促进公钥密码的发展而制订的一系列标准,PKCS 目前共发布过 15 个标准
·
2015-11-12 20:48
转换
Cryptography
Application Block
/),然后自己实践了一下,发现博客中的某些地方不是很好理解,后来自己茅塞顿开了,特此记下 添加一个组件:Microsoft.Practices.EnterpriseLibrary.Security.
Cryptography
.dll
·
2015-11-12 20:41
Cryptography
一些加密方法
MD5 加密 using System.Security.
Cryptography
; public static string encrypherment(string password
·
2015-11-12 19:33
加密
WCF部署到IIS:证书必须具有能够进行密钥交换的私钥,该进程必须具有访问私钥的权限
异常详细信息: System.Security.
Cryptography
.CryptographicException: 密钥集不存在。
·
2015-11-12 19:16
IIS
Cryptography
加密和解密
System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Security.
Cryptography
·
2015-11-12 18:56
Cryptography
转: 在.NET中操作数字证书
http://winsystem.ctocio.com.cn/19/9492019.shtml .NET为我们提供了操作数字证书的两个主要的类,分为为: System.Security.
Cryptography
.X509Certificates.X509Certificate2
·
2015-11-12 17:07
.net
获取硬件特征码(硬盘,网卡,CPU)
System.Management; using System.IO; using System.Runtime.InteropServices; using System.Security.
Cryptography
·
2015-11-12 17:43
cpu
两种Md5加密字符串方法
方法一: System.Security.
Cryptography
.MD5CryptoServiceProvider
·
2015-11-12 17:33
MD5加密
部署时,出现用户代码未处理 System.Security.
Cryptography
.CryptographicException 错误解决方法
在调用RSA加密的.pfx密钥时,在本地调试没有问题,可以布署到服务器,就会报以下的错误: 用户代码未处理 System.Security.
Cryptography
.CryptographicException
·
2015-11-12 17:46
Cryptography
如何使用md5加密?
//注意,要先引用加密包using System.Security.
Cryptography
;public string MD5Hasher(){  
·
2015-11-12 17:05
MD5加密
zoj 2671
Cryptography
(矩阵+线段树)
题意:给出n个2*2的矩阵,有m个查询,问某段区间的矩阵乘积。 由于矩阵乘积符合结合律,故可用线段树来完成。 View Code 1 /* 2 Author:Zhaofa Fang 3 Lang:C++ 4 */ 5 #include <cstdio> 6 #include <cstdlib> 7 #include <iostr
·
2015-11-12 16:34
Cryptography
C# DES加密(原创)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.
Cryptography
·
2015-11-12 15:47
des
C#下MD5算法
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.
Cryptography
·
2015-11-12 15:47
MD5
C# DES
using System; //这个是使用DES的基础 using System.Security.
Cryptography
; //这个是处理文字编码的前提 using System.Text;
·
2015-11-12 14:36
des
C#实现MD5加密
using System.Security.
Cryptography
; /// <summary> /// MD5 16位加密
·
2015-11-12 12:29
MD5加密
Microsoft Enterprise Library
包括:Caching Block、
Cryptography
Block、Data Access Block、Exception Handling Block、Logging Block、Policy Injection
·
2015-11-12 10:33
Microsoft
代码
using System; using System.Collections; using System.Security.
Cryptography
; using System.Text; using
·
2015-11-12 10:56
代码
System.Security.
Cryptography
中定义的加密算法
System.Security.
Cryptography
中定义的 加密算法 这两天因为要用到一些加解密功能,查了下.net里打包的 加密算法,发现还挺多的,索性全查了一遍写个笔记,方便以后查找
·
2015-11-12 09:29
Cryptography
浅谈.NET中加密和解密的实现方法分享
它将CryptoAPI改编进.NET的System.Security.
Cryptography
名字空间,使密码服务摆脱了SDK平台的神秘性,变成了简单的.NET名字空间的使用。
·
2015-11-12 08:08
.net
Android网络编程系列 一 JavaSecurity之JSSE(SSL/TLS)
它包含了主要三个重要的规范:Java
Cryptography
Extensio
·
2015-11-12 08:04
Security
C#MD5加密程序
using System.Security.
Cryptography
; 需要引用这个命名空间 MD5 md = new MD5CryptoServiceProvider(); string source
·
2015-11-11 18:01
MD5加密
贪心 POJ 2109 Power of
Cryptography
题目地址:http://poj.org/problem?id=2109 1 /* 2 题意:k ^ n = p,求k 3 1. double + pow:因为double装得下p,k = pow (p, 1 / n); 4 基础知识: 类型 长度 (bit) 有效数字 绝对值范围 5 float 32 6~7 10^(-37) ~ 10^38 6 doub
·
2015-11-11 18:51
Cryptography
poj2109 Power of
Cryptography
不多说什么了。 Code 1 #include <stdio.h> 2 #include <math.h> 3 main() 4 { 5 double n=0, 
·
2015-11-11 17:11
Cryptography
工作小结(十五)-MD5加密和解密
以下是加密和解密的代码: using System.Text; using System.Security.
Cryptography
; using System.IO; Code &
·
2015-11-11 17:30
MD5加密
python安装paramiko模块
一、依赖模块 PyCrypto - The Python
Cryptography
Toolkit 二、下载地址 &
·
2015-11-11 16:32
python
web 开发常用加密、解密辅助类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.
Cryptography
·
2015-11-11 16:00
Web
POJ 2109 Power of
Cryptography
开根
题意:给定n, p, 求pow(p, 1/n) 10955211 NY_lv10 2109 Accepted 196K 0MS C++ 192B 2012-10-25 18:56:50 View Code #include <iostream> #include <math.h> using namespac
·
2015-11-11 15:35
Cryptography
C# 实现http协议GET、POST请求类
using System.Data; using System.IO; using System.Net; using System.Net.Security; using System.Security.
Cryptography
.X509Certificates
·
2015-11-11 14:04
http协议
C# 字符串操作类
System.Text; using System.Collections; using System.Text.RegularExpressions; using System.Security.
Cryptography
·
2015-11-11 13:53
字符串
字符串加密解密类[封装][C#][asp.net]
这个字符串加密解密类是广大程序员必不可少的[静态类] using System;using System.Text;using System.Security.
Cryptography
·
2015-11-11 13:44
asp.net
数字证书文件cer和pfx的区别
作为文件形式存在的证书一般有这几种格式: 1.带有私钥的证书 由Public Key
Cryptography
Standards #12,PKCS#12标准定义,包含了公钥和私钥的二进制格式的证书形式
·
2015-11-11 12:43
数字证书
微软企业库5.0学习笔记(0)企业库主要内容
2.加密应用模块(The
Cryptography
Application Block)。可以为应用程序添加散列和对称加密。3.数据访问模块(The Data Access Appli
·
2015-11-11 12:59
学习笔记
MD5加密方法
using System;using System.Collections.Generic;using System.Linq;using System.Security.
Cryptography
·
2015-11-11 12:27
MD5加密
字符串加密解密类[封装][C#][asp.net]
nbsp;1 using System; 2 using System.Text; 3 using System.Security.
Cryptography
·
2015-11-11 12:18
asp.net
c#实现MD5加密
MD5加密,生成32为纯字符串,需要引用一下两个命名空间 using System.Security.
Cryptography
; using System.Text; public string
·
2015-11-11 11:15
MD5加密
注册环节的MD5加密--班级管理系统心得
; 当用户注册时,需要对用户的密码进行加密成MD5,这是一个比较流行的加密算法,话不多说贴源码 using System.Text; using System.Security.
Cryptography
·
2015-11-11 10:28
MD5加密
Des加解密源代码
// 名称空间 using System; using System.Security.
Cryptography
·
2015-11-11 10:18
des
随机字符串 hash
System.Security.
Cryptography
.MD5CryptoServiceProvider x = new System.Security.
Cryptography
.MD5CryptoServiceProvider
·
2015-11-11 10:27
hash
System.Security.
Cryptography
.CryptographicException: The system cannot find the file specified
以前写了个操作RSA加密的东东,今天再次拿到另外一个项目来用的时候,发现不行了。 提示如标题的错误。 原因是 UserProfile未找到。参见: http://blogs.msdn.com/alejacma/archive/2007/12/03/rsacryptoserviceprovider-fails-when-used-with-asp-net.aspx 大多数情况
·
2015-11-11 10:22
Cryptography
UVA 113 - Power of
Cryptography
(二分)
题目链接 被数据给吓到了,本来以为是各种高精度的综合题,又想是否是高深的数学结论题,怎么做出来的人这么多啊。。。看reader的时候同学的BOLG有,发现原来是double 就可以搞,无语。。。。连精度都不卡。。。 1 #include <stdio.h> 2 #include <string.h> 3 #include <stdlib.h>
·
2015-11-11 10:26
Cryptography
C#基础之如何判断两个文件内容是否相同
使用System.security.
Cryptography
.HashAlgorithm类为每个文件生成一个哈希码,然后比较两个哈希码是否相同。
·
2015-11-11 10:05
C#
.NET Framework md5的简单用法
的示例费劲死了,现在写个简单的, using System;using System.Collections.Generic;using System.Text;using System.Security.
Cryptography
·
2015-11-11 09:39
framework
异常CryptographicException: "Padding is invalid and cannot be removed."的原因
cryptography
类使用不正确. 程序在Web Farm上运行, 需要在web.config中加入machineKey配置.
·
2015-11-11 09:12
exception
贴别人的一个文件加密程序!
System.Collections.Generic; using System.Linq; using System.Text; using System.Security.
Cryptography
·
2015-11-11 08:50
文件
ASP.NET MVC WEB API OAuth2Authorize
using System ; using System.Net ; using System.Security.
Cryptography
; using System.Security.
Cryptography
.X509Certificates
·
2015-11-11 08:20
asp.net
C#Base64加密
using System;using System.Collections.Generic;using System.Text;using System.Security.
Cryptography
;using
·
2015-11-11 08:48
base64
C# 给自己写的软件,加注册码功能。
using System; using System.Management; using System.Security.
Cryptography
; using System.Text; namespace
·
2015-11-11 07:18
注册码
上一页
27
28
29
30
31
32
33
34
下一页
按字母分类:
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
其他