资源列表
AES
- AES加密算法,控制台简单快速实现AES加密,可选择位长实现输入输出-AES-Encryption,with input and output.
DEScode
- 简单DES算法加解密程序,通过十六轮迭代实现。对原程序进行了修改,可用输入输出-DES-Encryption,with optional input and output
signature
- Windows下怎样制作数字签名详细说明-Windows, detailed descr iption of how to create a digital signature
crypto
- source code for private cryptography
crypto3
- crypto analysis code
crypto5
- code for neurocryptography
kerberos_install_guide
- kerberos是MIT开发的著名的认证加密系统,此文档为kerberosV5版本的安装指南。-kerberos is the development of the famous MIT authentication encryption system, this document is kerberosV5 version of the Installation Guide.
secure_comunication_software
- 一个基于openssl开发的安全通信软件,可实现消息发送方和接收方之间的安全通信,编程语言为C语言。-It s a openssl-based development of secure communications software that enables the message sender and receiver of secure communication ,programming languages is C language.
3075819836
- 使用C编写的DES, DESX, DES3(三层DES) 的加密算法, 本程序演示如何在Delphi中进行调用C编写的算法 -The use of C written in DES, DESX, DES3 (three DES) encryption algorithm, this program demonstrates how to Delphi
AES_Encrypt
- AES加密算法 挺复杂得加密算法 希望有所帮助-AES encryption algorithm encryption algorithm quite complicated, hope that helps
cesare
- Algorithme cesar used to crypte a message
jj
- CORNACCHIA Algorithm * * GOAL: given d and p prime, find (x,y) such that x^2 + y^2 = d * p * * in this implementation, d = 1. This code does not accept d <> 1 !!! * see "A Course in Computational Algebraic Number Theory" by Henri