搜索资源列表
simple_crypt(c)
- 一个简单的加密算法Kaiser(C语言实现)
des-c++
- des密码简单实现,欢迎大家交流哦,大家相互交流学习
rsa-c++实现
- 这是一个RSA的简单实现算法,用的是C++语言实现的.-This is a simple realization of the RSA algorithm is used in the C language.
C#加密指定文件
- C#加密指定文件,浏览到想要加密的文件,可以是TXT或其它格式的文件,然后输入输入任意密钥,可以对选中的文件进行加密,由于设计出了可视化的窗体界面,因此使得本C#加密解密程序使用起来相当简单容易。
sha1-c
- sha1的C语言源代码,简单易学,还有案例-sha1 c code
AES128
- 很不错的aes C源码,简单易懂,已经过验证-AES C source code is very good, easy to understand, has been validated
crypt
- 一个简单加解密的小程序 -A simple encryption and decryption program
RSA
- RSA算法的原理分析及实现。RSA是既能用于数据加密也能用于数字签名的一种非对称密码体制的算法。它有一对密钥,其中之一是私有密钥,由用户保存;另一个为公开密钥,可对外公开。并用VC++语言实现,通过MFC设计的一个小系统来模拟算法的简单应用-RSA algorithm and the realization of the principle. RSA is the best tool for data encryption can be used for digital signatures,
crc.c
- crc 具体数字程序 因为c语言没怎么好好学很多函数不会用就只能用最简单的的方法写出来的白痴程序!-specific figures because the crc program c language not how a good school will not use a lot of function can only be used on the simplest way to write out the procedure an idiot!
MD5
- 哈希算法--MD5的简单C++实现-Hash Algorithm- MD5 simple C++ to achieve,
Base64
- Base64编码的简单C++语言实现-Base64 encoding of a simple C++ Language
FileEncode
- 自己编写的用C语言简单的异或算法所编写的短小精悍的文件加密程序!实现了密码加密功能!已经运行通过。非常经典,绝对是学习C语言的算法的好例子。有小又精才是最好的-I have written using C language simple XOR algorithm dapper prepared file encryption program! The realization of the encryption password! Has been running through. Very c
kaisa
- 凯撒加密算法 自己编的一个简单的实现凯撒加密算法的C++程序代码-Caesar encryption algorithm
SecChat
- rsa c++源码 可以实现简单的rsa算法的加解密-rsa c++ source
DES-c
- C语言的DES算法加密,该算法较简单,不能加密文件内容-C language of the DES encryption algorithm, the algorithm is relatively simple, not the contents of encrypted files
Caesar
- 用C++6.0写得一个加解密算法,非常简单,但是对于初学者来说,是一个很经典的算法问题,尤其是对文件读取操作很有益-Written using C++6.0 of a decryption algorithm, is very simple, but for beginners, is a classical algorithm, in particular the file read operation is very useful
rsa-cpp
- RSA公钥加密算法是1977年由Ron Rivest、Adi Shamirh和LenAdleman在(美国麻省理工学院)开发的。RSA取名来自开发他们三者的名字。RSA是目前最有影响力的公钥加密算法,它能够抵抗到目前为止已知的所有密码攻击,已被ISO推荐为公钥数据加密标准。RSA算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但那时想要对其乘积进行因式分解却极其困难,因此可以将乘积公开作为加密密钥。 -Public key encryption algorithm RSA in 1
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
RSA
- 简单的C程序实现RSA加密过程,程序简单易懂,仅供参考!~-Simple C program to achieve RSA encryption process, the program is simple to understand for reference purposes only! ~
c++字符串简单加密
- 这是一个c++字符串简单加密Demo,可以参考学习。(This is a c + + string simple encryption Demo, you can refer to the study.)