码迷,mamicode.com
首页 >  
搜索关键字:cryptography    ( 396个结果
.NET RSA解密、签名、验签
using System;using System.Collections.Generic;using System.Text;using System.IO;using System.Security.Cryptography;using System.Security.Cryptography....
分类:Web程序   时间:2015-07-09 19:41:11    阅读次数:208
poj2109
Power of CryptographyTime Limit:1000MSMemory Limit:30000KTotal Submissions:20371Accepted:10293DescriptionCurrent work in cryptography involves (among ...
分类:其他好文   时间:2015-07-03 00:10:56    阅读次数:115
Power of Cryptography - poj 2109
Time Limit:1000MSMemory Limit:30000KTotal Submissions:20351Accepted:10284DescriptionCurrent work in cryptography involves (among other things) large p...
分类:其他好文   时间:2015-07-02 12:03:03    阅读次数:112
python安装paramiko模块
一、依赖模块 PyCrypto - The Python Cryptography Toolkit 二、下载地址 $ wgethttp://www.lag.net/paramiko/download/paramiko-1.7.6.tar.gz $ wgethttp://ftp.dlitz.n...
分类:编程语言   时间:2015-06-27 19:53:04    阅读次数:246
C# 加密解密
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.Cryptography;using System.Configuration;namesp...
分类:Windows程序   时间:2015-06-24 09:15:11    阅读次数:208
欢迎使用CSDN-markdown编辑器
A - Power of Cryptography uva113Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %llu Submit Status Practice UVA 113 Appoint description: Background Current work in cryptography i...
分类:其他好文   时间:2015-06-23 17:59:06    阅读次数:109
Unity数据加密
using System; using System.Text; using System.Security.Cryptography; using System.IO; using UnityEngine; public class StringEncryption{ #region 方法一 C#中对字符串加密解密(对称算法) private stat...
分类:编程语言   时间:2015-06-17 15:21:46    阅读次数:124
微信公众号发起微信支付 c#
tenpay.dll:MD5Util.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.Cryptography;namespace te...
分类:微信   时间:2015-06-13 18:22:51    阅读次数:377
Cryptography - JavaScript 加密算法库
Example 1: The following example uses aes function.Example 2: The following example uses aes function with passphrase.Example 3: The following example...
分类:编程语言   时间:2015-06-12 00:33:14    阅读次数:288
Java加密解密(一)Java加密体系基础
# Java加密解密(一)Java加密体系基础 ## 1. JCA(Java Cryptography Architecture) 提供基本的加密框架,如证书,数字签名,消息摘要和密钥对生成器。其主要实现在java.security包中。 ## 2. JCE(Java Crypto...
分类:编程语言   时间:2015-06-09 12:03:37    阅读次数:3428
396条   上一页 1 ... 25 26 27 28 29 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!