搜索资源列表
sharpprivacy_src
- SharpPrivacy - OpenPGP for C#: SharpPrivacy is an OpenPGP implementation in C#. It can be used to encrypt and sign data, created OpenPGP compatible keys, and a lot more. This article explains how to use the library in your own .NET application or
rsa
- rsa算法是经典的加密解密算法,可用来加密和进行数字签名。本程序运用rsa算法生成密钥对。-rsa algorithm for encryption and decryption algorithm is a classic that can be used to encrypt and digitally sign. The program uses algorithms to generate rsa key pair.
giantnumber
- 无符号大数类 实现了大数四则运算 比较 求余数 其中大数乘法采用分治 除法采用模拟竖式-No sign of large numbers class implements the large numbers seeking four more than the number of operations in which the multiplication of large numbers using analog vertical divider partition
gostdsa
- GOSTDSA算法的Pascal实现和例子,包括签名和确认-GOSTDSA the algorithm Pascal realization and the example, including sign and confirmed
sha512
- SHA512 is a hash function. You can use sha512 with an asymetric method to sign a document.
aaa
- 用维吉尼亚算法加密 /** * 维吉尼亚密码算法(BigDecimal),加/解密处理后仍为BigDecimal类型,正负号和小数点不进行处理 * * @param str * 源BigDecimal * @param key * 密钥,应为数字字符组成的字符串 * @param mode * 模式(加密or解密) * @return 加/解密后的BigDecimal -Virginia algorithm using encryp
sign
- 本软件包将每个openssl的apps程序做成一个可直接运行调试的VC Console 类型应用程序,方便研究和运用openssl的朋友,避免了openssl在windows下的编译问题,并且因为可以在VC环境下进行调试,使得对openssl的各个应用程序的流程更容易理解,这对openssl初学者尤其方便。-The openssl package of apps for each procedure can run into a VC Console type debugging applica
EncryptDectyptTool_Src
- 写了一个文件加解密工具(VC9+OPENSSL) CA程序: 生成2个RSA密钥对,分别保存为PEM格式,密码保护私钥,文件名为“RSAPrivateKey.pem”和“RSAPublicKey.pem”。 加密: 将指定明文文件加密,密文件格式自已定义,要求文件内容用对称算法(3des)加密,对称密钥(KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明文文件做摘要计算(HASH),将计算结果用“RSAP
SignatureTest
- 演示如何通过私人DSA密钥信息,核实匹配的公有密钥。-This program demonstrates how to sign a message with a private DSA key and verify it with the matching public key.
DontMakeMeThink2ndEd-eng
- Krug s Same Book, 2nd Edition, English People won t use your web site if they can t find their way around it. Whether you call it usability, ease-of-use, or just good design, companies staking their fortunes and their futures on their Web sites
sign
- RSA 的加解密以及签名,在VISUAL C+ +环境下编写的,效率高-RSA encryption and decryption, and signature, in VISUAL C++ environment, prepared by the high efficiency
Perfect_description_of_you_based_on_your_sunsign.
- Perfect descr iption of a person by his zodiac sign
base64
- Base64是一種使用64基的位置計數法。它使用2的最大次方來代表僅可列印的ASCII 字元。這使它可用來作為電子郵件的傳輸編碼。在Base64中的變數使用字元A-Z、a-z和0-9 ,這樣共有62個字元,用來作為開始的64個數字,最後兩個用來作為數字的符號在不同的系統中而不同。一些如uuencode的其他編碼方法,和之後binhex的版本使用不同的64字符集來代表6個二進制數字,但是它們不叫Base64。-Base64 is a 64-base position count. It uses
RSALicenseExample_SRC
- 利用RSA加密的授权文件验证,包括公钥和私钥,采用NET开发。-The purpose of this article is to demonstrate a reasonably quick and effective method of license protection using the .NET framework s built-in RSA cryptography components to digitally sign and verify license terms for
MD5
- MD5算法的作用是让大容量信息在用数字签名软件签署私人密匙前被"压缩"成一种保密的格式,很实用的哦。-Its role is to let the large capacity information in digital signature sign private key software before the "compression" into a confidential format.
security-chats
- 用java写的,网络安全聊天,用des加密聊天内容、用rsa加密进行对消息摘要进行签名、用md5对消息生成摘要等等。-Written using java, network security, chat, chat with des encryption, rsa encryption used to sign the message digest using md5 generates a summary of the news and so on.
RSAManaged
- Silverlight中非对称加密及数字签名RSA算法的实现-Silverlight RSA Algrithm to impliment dissymmetrical encryption and digit sign
bypass-Nexus-One-Bootloader-sign
- 本文主要介绍如何绕过 Google Nexus One 的 Bootloader 的数字签名,可以刷入自己的 Bootloader 的 Rom,N1 是一款 Google 出的智能手机,出于安全考虑,Bootloader 对用户刷入的 Rom 的有严格要求。 需要arm反汇编基础-This paper describes how to bypass the digital signature of the Google Nexus One Bootloader, can brush i
ManyQQ-v4.3
- 一个一次登录10个qq的人家,文本登录-A single sign-on 10 qq of people, text login " " " " " " " " " " " " " " " "
dsa
- DSA 数字签名算法 VC++实现 绝对好用 能够对文件进行数字签名 防止篡改 -DSA Digital Signature Algorithm VC++ implementation is absolutely easy to digitally sign the file to prevent tampering