搜索资源列表
YeeTooMD5P
- YeeTooMD5是免费的,开源的,它是在GPL许可下发布的,所有人都可以免费的使用它,修改它,并将它再次发布。 能够快速的计算出任意长度的字符串及任意类型文件的MD5值,并且用户能方便的检验结果. 能够输入MD5值,计算MD5计算值的匹配结果;可以打开任意文件并计算其MD5值。 -YeeTooMD5 is free, revenue, which is permitted under the GPL Release, everyone can use it free, modify
verfiy
- viusal c++ 中调用openssl源码 实现数字签名; 比较适合初学openssl API的人-viusal c++ call openssl source of digital signature more suitable for beginners openssl API people
DataCertificate
- 1:调用.NET2.0的MAKECERT创建含有私钥的数字证书,并存储到个人证书区; 2:将该证书导出为pfx文件,并为其指定一个用来打开pfx文件的password; 3:读取pfx文件,导出pfx中公钥和私钥; 4:用pfx证书中的公钥进行数据的加密,用私钥进行数据的解密; -1: Call. NET2.0 of MAKECERT to create a digital certificate containing the private key and s
mydes
- 第一部分 数据加密标准DES (1)掌握DES中各加密函数对其性能影响; (2)DES的特性分析,包括互补性和弱密钥; (3)DES的实际应用,包括各种数据类型的加/脱密、DES的短块处理。 -The first part of the Data Encryption Standard DES (1) grasp the DES encryption function of each effect on its performance (2) DES characteristi
Decrypt.rar
- 加密的几种常用的源码包,应用于数据库表部分字段的加密,图象文件等文档加密,双方通信时数据加密传输防他人网络截取信息。非对称RSA或ECC公钥加密私钥解密或者可用于数字签名 对称加密AES或者DES,56位的DES加密,128位或192位或256位AES加解密通常可设随便的密码长度,其它位用常字符代替;非对称加密多要先因式分解,对称加密多就移位处理。,Several common source package encryption, encryption, image files, and oth
bfsh
- 加密算法blowfish的实现源码,本包中包涵有blowfish的三种语言的实现源码C、C++、java;都是很经典的代码,特别拿出来和大家分享-Blowfish encryption algorithm to achieve the source of the package bear with blowfish realize the source of the three languages C, C++, java are very classic code
ARPR2014-www.jiepat.com
- Arpr就是Advanced RAR Repair,是一款rar密码破解软件,帮你找回rar文件的密码,注册后可以解开多达128位密码。 这种压缩方法支划自解压压缩包可自设暴破字符集(支划非英文字符)随时可中断破解进度,稍后可自断点继续可后台运行,仅在闲置状况下占用CPU可选用自定义化的“暴破”方法,也可选用高效的字典方法支划经AES-1 简单易用。 arpr软件 arpr v1.53汉化美化版是一个速度很快,可以帮你找回RAR文件的密码,注册后可以解开多达128位密码。 它提供
File-encryption
- 文件加密解密程序文件加密解密是常用的一个功能,可以很好的保护你的隐私内容;本软件简单的实现了文件加密解密的功能。-File encryption to decrypt application
Limited-AES-file-encryption-system
- 1.实现对任意长度的文件进行AES加密和解密; 2. 实现对文件解密的时限控制,超出一定时间范围的文件即使密钥正确也不能解密;-1. The realization of arbitrary length AES file encryption and decryption 2. To achieve the control of declassified documents on time, beyond a certain time frame even if the file c
Hide_the_text_in_the_picture
- 将文字隐藏于图片中; 只能加密英文字母; 详情请阅读压缩包里的readme.txt。-Hide the text in the picture Only English letters can be encrypted For more information, please read the readme.txt in the compressed package.
yiweijicunqi
- 1)利用C\C++语言实现给定的LFSR; 2)通过不同初始状态生成相应的序列,并观察它们的周期有什么特点; 3)利用生成的序列对文本进行加/解密 -1) using the C \ C++ language given LFSR 2) to generate the corresponding sequences different initial state, and observe what are the characteristics of their period 3
数字签名实验
- DSA签名程序和DSA验证程序。 签名程序流程: a. 读入字符串(从屏幕或文本文件中),字符串内容应包含自己的学号或姓名; b. 计算该字符串的SHA-1值; c. 生成DSA密钥对(利用dsa_make_key); d. 利用dsa_export函数导出所生成的DSA密钥对的公钥,并保存到文件中(dsa_key.pub),供验证程序使用; e. 对第2步产生的SHA-1值进行签名,保存签名到文件中(signature.txt)(DSA signatures and DSA val