搜索资源列表
md5_src
- 这是一个RSA MD5的消息摘要算法.利用C++实现 -RSA This is a summary of the news MD5 algorithm. C to achieve
DESalgorithm
- 本程序利用c++实现基本DES加解密算法的功能。-procedures for the use of the c achieve basic DES encryption algorithm functions.
AES
- 利用C#做的AES加密和解密的小程序,仅供参考
des算法的C实现
- 一个利用C语言来实现加密算法之DES算法的源码。-A source program of DES arithmetic using C .
Julia
- 用MFC编写的基于Julia集加密解密的算法,本程序能成功的绘制出2次,m次以及广义的Julia集,并且是在复数空间中,同时能实现无限制的放大,还可以选取任意大小空间截屏保存。接着利用Julia集对图像进行加密解密,并计算出他们的信噪比。全部功能都已实现,是本人的毕业设计。-Written with the MFC-based encryption and decryption algorithm for Julia sets, the program can successfully draw
AES-CPP
- aes(rijndael 算法)的C++实现,详细讲解了aes的原理,并讲解利用C++的实现方法-aes (rijndael algorithm) C++ implementation, explained in detail the principles of aes, and explain the use of C++ implementation
1-encryprion-JPEG2000-Image-by-Arnold
- 针对JPEG2000格式的图像,利用了Arnold变换对图像的小波系数进行加密,对初步研究JPEG2000图像加密算法的有试用价值-JPEG2000 image format for the use of the Arnold transform the image of the wavelet coefficients encryption, preliminary study of the JPEG2000 image encryption algorithms have tested th
2-decryprion-encrypted-JPEG2000-Image-by-Arnold-pe
- 利用Arnold变换的周期性对经Arnold变换加密后的图像进行解密-The cyclical nature of the use of Arnold transform for the Arnold transform encrypted image decryption
RSA
- 利用C语言编写的RSA加解密代码,实现了基本的RSA加解密过程,主要是大数运算的实现以及质数的求解-Written in C language using RSA encryption and decryption code, and to achieve the basic RSA encryption and decryption process, the key is the realization of operations of large numbers, as well as th
C-rsa
- 利用C语言编写的RSA加解密代码,实现了基本的RSA加解密过程,主要是大数运算的实现以及质数的求解-Written in C language using RSA encryption and decryption code, and to achieve the basic RSA encryption and decryption process, the key is the realization of operations of large numbers, as well as th
RSA(c)
- RSA算法的C++实现。公钥加密算法中使用最广的是RSA。RSA算法研制的最初理念与目标是努力使互联网安全可靠,旨在解决DES算法秘密密钥的利用公开信道传输分发的难题。-RSA algorithm is the C++ implementation. Public key encryption algorithm is the most widely used is RSA. RSA algorithm is developed by the original idea and objectiv
Access
- 利用C++ Builder 6.0 编写的Access 2003密码破解软件-Using C++ Builder 6.0, prepared Password Recovery Access 2003
des
- 现代密码学 利用C\C++实现DES算法的加、解密运算,通过实现DES算法,加深对DES算法的理解-The use of modern cryptography C \ C++ implementation algorithm DES encryption and decryption operations, by implementing DES algorithm, to deepen the understanding of the DES algorithm
my
- 利用c++实现对文件的加密以及解密,这事源代码-Using c++ achieve file encryption and decryption, this source code
DES
- des加密解密算法,利用C#语言写的,可以参考下,相互学习-des encryption and decryption algorithms, written using C# language, can refer to learn from each other
C.Encryption.and.decryption
- 简单易用的数据加密和保护软件 一款可以严格控制你的计算机文件访问权的强大工具.特别是在你和别人共用一台机器的时候,你能利用来防止其他用户打开你的私人文件-Easy to use data encryption and protection software, a tightly controlled access to your computer files a powerful tool. Especially if you share a machine with others, you c
des
- DES加密算法的C++实现,利用C++语言实现的相关算法,可以在visual stdio环境下仿真通过-DES encryption algorithm is implemented in Cpp
bcb_md5_demo
- 本程序是利用C++ MD5算法编制的示例程序,在winxp+bcb6.0 环境下编译通过。包括可执行程序和源代码。-C++ MD5 Demo. complile success with winxp+ bcb 6.0, include exe file and source code.
des
- des算法实现代码,利用C语言编写,内有详细的DES算法加密解密内容-the source code of DES algorithm in C, including all stuff about DES algorithm
Base64
- 利用openssl源码对文本文件内容实现base64编码和解码,利用c语言实现,VC平台-implement base64 encode and decode by using openssl