搜索资源列表
loki加密算法C语言源代码
- loki加密算法 /* This is an independent implementation of the encryption algorithm: */ /* */ /* LOKI97 by Brown and Pieprzyk */ /*
组合加密软件包 Lock Manage 5
- Lock Manage 是一个功能比较全面的加密软件。 它具有多种加密方案:如文件口令加密,文件反拷贝加密,软硬盘加密,安装加密,文本加密,批处理加密等等。系统是由C和汇编写成,可从外部链接于主模块。可单独编译,单独调试。可执行EXE/COM程序加密模块已经过长时间的测试分析,其工作性能己十分稳定。可移植性与兼容性很好。另外,代码实现了CS,DS不换技术,使其SHELL性能难以被DEBUG识别。其内部密码采用单向不可逆变换,基本实现了不可解,原因在于四个随机密钥只能用穷举法找出。这种可靠原四密钥
AesLib
- AES标准加解密算法的实现-AES standard encryption and decryption algorithm implementation
基于SHA-256的HMAC文件校验器
- HMAC即带密钥的HASH函数,用它产生的报文鉴别码(MAC)可以实现报文鉴别。这里我将其做成一个软件,用于对文件的合法性进行校验。以下我先简单介绍软件相关背景知识再介绍其代码实现。 -HMAC key is to bring the hash function, used the text of the report identifying code (MAC) can realize the text identification. I am here to create a soft
playfair
- playfair加密算法的实现,利用产生的矩阵去翻译解密.-PLAYFAIR encryption algorithm implementation, use the matrix to translate declassified.
RC5-CTS
- RC5-CTS模式加密解密算法C++程序实现。 解压之后运行main.dsw.在VC++下面打开,执行之后根据显示首先输入密钥(随便输入不超过16字节的字符串),之后提示输入需要加密的plaintext文件,输入plaintext1.txt,这个文件在压缩包里已经存在,(注意一定要写清楚文件类型名,是个文本文件),然后根据提示输入加密文件名,可随便输入一个文件名,但是别忘记了类型名.txt,如ciphertext1.txt。因为不输入类型名将来无法打开。之后输入解密之后的文件名,可输入dec
DES-encryption-algorithm
- DES算法加解密全套程序,可运行,实现对txt(文本)文件内容的加解密。用vc6.0编写,内涵源代码,以及详细注释,程序非常简单,经过下载后可以对其源代码修改,加解密器,同时代码非常简单,可以通过读代码学到很多vc的知识啊,比看书学的快多了。另在解密文件夹中还有一个测时间的函数,精确到毫秒,可以计算出程序运行的时间,该代码移植性较强,可以用在别的程序中。-DES encryption algorithm for a full set of procedures, operations, impl
rsa
- ecplise环境下密码学RSA算法的实现-ecplise environment RSA cryptography algorithm implementation
Codec_For_C_and_Cpp
- 密码编码学,加密方法的C和C++实现 本书详细说明了AES的算法和实现-Cryptography, encryption method of C and C++, this book details the AES algorithm and implementation
AES-implementation-based-on-FPGA
- 一种基于FPGA的AES加解密算法设计与实现,对于对AES算法效率的研究有参考作用-FPGA-based AES encryption and decryption algorithm design and implementation of the AES algorithm for the efficiency of a reference
IMPLEMENTATION-DE-ALGORITHME-RIJNDAEL-POUR-LA-SEC
- IMPLEMENTATION OF ALGORITHMS RIJNDAEL FOR SECURITY OF THE DATA
Implementation-and-Analysis-of-AES
- 很详细的AES算法的实现与分析的文档,对AES算法学习很有帮助-Very detailed analysis of the AES algorithm implementation and documentation of the AES algorithm very helpful
d.Design-and-Implementation-of-Histogram
- DESIGN AND IMPLEMENTATION OF HISTOGRAM SPECIFICATION IN DIGITAL IMAGE SEGMENTATION AND ENHANCEMENT
Design-and-Hardware-Implementation-of-QoSS-AES-Pr
- Design and Hardware Implementation of QoSS AES Processor for Multimedia applications
AES-Algorithm-Implementation-using-ARM-Processor.
- AES Algorithm Implementation using ARM Processor
DPA-Design-and-implementation
- DPA Design and implementation DPA Design and implementation-DPA Design and implementation DPA Design and implementation DPA Design and implementation
vhdl-implementation-of-advanced-encryption-standa
- vhdl implementation of advanced encryption standard algorithm
RSA-algorithm-implementation
- RSA algorithm implementation
FPGA-IMPLEMENTATION-OF-AN-AES-PROCESSOR
- Advanced Encryption Standard(AES) implementing in a faster and secured way is expected. AES can be implemented in software/hardware. In hardware implementation ASIC solution requires high cost and much design time while FPGA based implementation
RSA-IMPLEMENTATION-IN-JAVA
- implementation RSA with Java