资源列表
SSL man in the middle
- Man in the middle attack
four
- RSA的密钥生成,加密,解密.RSA算法基于一个十分简单的数论事实:将两个大质数相乘十分容易,但是想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。(RSA's key generation, encryption, decryption)
DES
- 实现DES函数的加密解密过程,并且能够实现任意长度任意字符的加密和解密(Implement the encryption and decryption process of DES function)
DES
- des加解密,实现加密,解密的过程,c语言程序(DES encryption and decryption)
RSA
- python实现的RSA加密解密算法,带图形界面,key.py随机生成公钥私钥,消息可利用加密器解密器进行加密(Python implementation of the RSA encryption and decryption algorithm, with a graphical interface. The key.py randomly generated public key private key, and the message can be encrypted by the RS
300多种加密解密算法(C++)源代码
- 300多种加密算法都能用,但是是c++写得,注意用法(assjsdf c++ sajfjf'd s;kf)
rothblum
- Homomorphic Cryptography
DES
- DES 加密 C++语言的实现 自己写的 清喷(DES encrypted C++ language to realize his own write off)
Win32dasm
- W32Dasm是一个静态反汇编工具,也是破解人常用的工具之一。它通常被程序员使用,可被用来Crack软件。它也被比作破解人的屠龙刀。W32Dasm操作简单,使用方便。(W32Dasm is a static disassembler tool, also one of the tools to crack people. It is usually used by programmers and can be used for Crack software. It is also compare
密码学原理与实践第二版
- a document that explains many classic crypt_decrypt algorithms
AES
- encryption algorithm
rijndael.c
- 该代码实现完整的AES加密和解密流程。 二次开发者可对照AES的算法步骤自行调整设置。(This C code is used to fulfill the whole procedure of AES(Advanced Encryption Standard) . The developer can modify the configuration in the code to help himself by referring the main steps of AES.)