资源列表
dsa
- DSA数字签名算法 包括MD5,sha1的信息摘要算法。文件导入功能-DSA Digital Signature Algorithm
RsaEncrypt.cpp
- RSA公钥加密算法的C++实现,得到一个C++类-RSA,an algorithm for public-key cryptography
RC4
- RC4加密,vc++实现(带有面板),运行时需要输入密钥和十六进制的密文-The RC4 encrypted, vc++ (with panel), runtime need to enter the key and hex ciphertext
myMD5
- md5摘要的java实现,使用了图形界面,可以直接在java虚拟机上运行,没有重写类库,直接调用了-the md5 digest java implementation, using a graphical interface, you can run directly in the java virtual machine, without rewriting class library, and direct calls
java-Segment-encryption
- java分段加密:加密时超过117字节就报错。为此采用分段加密的办法来加密;解密时超过128字节就报错。为此采用分段解密的办法来解密-JAVA Segments encryption
jianyijiami
- 某个公司采用公用电话传递数据,数据是四位的整数,在传递过程中是加密的,加密规则如下:每位数字都加上5,然后用和除以10的余数代替该数字,再将第一位和第四位交换,第二位和第三位交换。-Using a public telephone transmission of data, integer data is four, in the transmission process is encrypted, encryption rules are as follows: each number plu
Registration-software-routines
- 程序注册源码,怎么让程序需要注册的相关例程-Program registered source, how the program need to be registered routine
Information-Security
- 信息安全原理与技术课件,讲解了加密解密的经典算法。- Principles of Information Security and Technology courseware, to explain the the classic encryption and decryption algorithms.
3DES-and-DES
- 实现了DES和三重DES加密,你可与有效的保护你的数据安全。-this software realize DES and Trop-DES encryption.you can user protect your data security.so if you are interested,you can downlod it.
sourceCode
- Linux经典书籍源码,黑客与逆向工程师python编程之道书籍的源码。-Classic books of Linux source code, hackers and reverse engineers python source book The Tao of Programming.
6.4--MAC
- 在VC6环境下编译使用openssl实现了 消息鉴别码MAC算法编码编程-Use the openssl to achieve message authentication code MAC algorithm coded programming compiled in VC6 environment
libTomCrypt_notes
- ibtomcrypt库使用的一点笔记。该文档使用的不是官方的库源代码,而是网上提供的一个我认为是简化的版本,它提供了测试程序样例和borland c++ builder可用的makefile文件。文档中有说明和下载地址。本文的主要内容:1、vc6版本的makefile;2、linux(fedora14)版本的makefile-ibtomcrypt library use notes. Library source code of the document is not official, but
