搜索资源列表
secude-4.1.all.tar
- SecuDe是一个由安全应用程序接口组成,对验证机制、证件处理、PEM、X.400报文处理和密钥管理提供支持。SecuDe提供DES、 RSA杂凑函数、密钥生成以及数字签名的生成和核实等多种密码机制。签名算法由杂凑函数和RSA函数复合而成。用于核实签名的公开钥由系统的认证机构确认。报文加密采用DES算法,其密钥则由RSA算法加密。各用户用于加/解密的RSA密钥对与用于签名和核实的RSA密钥对是不一样的。密钥的生成和分发由特定模块完成。-SecuDe is a security applicati
RSA
- 带有界面,除了加解密还可实现数字签名功能-With interface, in addition to digital signature functions
Encryption
- RC4加/解密,RSA数字签名,调用接口非常简单-RC4 Encrypt,RSA sign,Interface is very simple
CSP
- CSP小工具 本工具使用微软CSP技术进行加解密处理,支持的加解密算法如下:3DES(对称加解密)、RSA(非对称加解密)、RSA签名以及验证。 使用方法参见:http://fangshunbao.blog.sohu.com/155851927.html 作者:山大王 作者博客:http://fangshunbao.blog.sohu.com/-This tool uses a small tool CSP CSP technology for Microsoft' s e
RSACiper
- RSA加解密签名和验签名方法,可以在手机客户端实现该代码检验-RSA signature and decryption method signature and experience, you can phone the client to achieve the code inspection
sign
- RSA 的加解密以及签名,在VISUAL C+ +环境下编写的,效率高-RSA encryption and decryption, and signature, in VISUAL C++ environment, prepared by the high efficiency
RSA
- 基于RSA算法实现数字签名的加解密功能,能完美实现,在VS2008上-Based on the RSA algorithm encryption and decryption of digital signatures
MailManager
- 一个带加解密的邮件收发系统,用RSA签名邮件,DES加解密邮件正文-a mail manager with encryption and decryption.
RSA
- 用java实现的加解密和数字签名功能的源代码,可以作为毕业设计和学习用-Encryption and decryption and digital signature capabilities with java source code, can be used as a graduation project and learning
Digital-signature-with-hash
- 一个用采用RSA加解密的数字签名程序,其中有采用hash算法。-A used RSA encryption digital signature program, which uses the hash algorithm.
RSA
- 1.RSA签名的小素数实现 2.RSA加解密的大素数实现 3.RSA_OAEP填充的实现 几个都实现了,但是比较粗糙。 但是其中的md5.cpp,bint.cpp是很不错的,可以复用 开发环境:混用了CodeBlocks、VC6-1.The small primes realize RSA signature 2.RSA encryption and decryption of large prime numbers to achieve
Decrypt.rar
- 加密的几种常用的源码包,应用于数据库表部分字段的加密,图象文件等文档加密,双方通信时数据加密传输防他人网络截取信息。非对称RSA或ECC公钥加密私钥解密或者可用于数字签名 对称加密AES或者DES,56位的DES加密,128位或192位或256位AES加解密通常可设随便的密码长度,其它位用常字符代替;非对称加密多要先因式分解,对称加密多就移位处理。,Several common source package encryption, encryption, image files, and oth
openssl
- openssl常用功能练习源码,包括des、3des、rsa加解密算法,数字签名操作,pem和der格式转换,以及证书操作等。适用于初学者。-Openssl function practice commonly used source code, including des, 3 des, rsa encryption algorithm, digital signature, pem and der format conversion, as well as certificate of op
assembly
- 易语言汇编RSA算法源码,集生成密钥对,加解密,签名验证-Easy assembly language RSA algorithm source code, set to generate a key pair, encryption and decryption, signature verification
three-development-kits
- 很好的学习usbkey的例子,明华源代码,枚举CSP,枚举容器和生成容器,RSA签名,3DES加解密,SCB2加解密等-Good example to learn USBKEY, Ming Hua source code, the CSP enumeration enumeration, container and generation of container, RSA signature, 3DES encryption, SCB2 encryption and decryption
Class_SoftRSA
- 本代码提供了一个封装类,将OPENSSL提供的RSA1024加解密算法重新封装,简化输入输出参数,实现SHA1摘要、密钥导入导出、RSA签名、验证、加密、解密等基本功能,可直接引用到软件项目中使用,编译时另需要libeay32.lib的支持,请自行编译OPENSSL1.0.0b-This code provides a wrapper class, the OPENSSL provides the RSA1024 encryption algorithm to re package, simpl
RSA-2048-SignVerifySign
- CA认证系统中使用最广泛的证书载体是USBKEY,国内各大产商一般是使用CSP服务来提供加解密服务。这个例子是2048位的RSA数字签名与验证签名,使用厂家自带的csp来实现(若下载者没有安装任何USBKEY的驱动,可将代码中的TEST_CSP_NAME宏改为NULL 即调用微软自带的csp),编译环境VC6.0。-CA authentication system is the most widely used carrier certificate in USBKEY, the major d
miracl_rsadll
- 采用miracl大数库编写的RSA加解密,签名验签dll动态链接算法库-The dynamic library DLL of RSA encryption, signature algorithms written by the miracl library of large Numbers
SecurityWork
- 本人 信息安全课程设计所用代码,实现了基于RSA的数字签名算法,以及RSA的加解密-I have information security curriculum design code, to achieve the RSA-based digital signature algorithm, and RSA encryption and decryption
RSACoder
- RSA加解密代码和签名验证代码的java实现方式(RSA decryption code and signature verification code)