资源列表
Encode-and-Decode
- 对指定文件进行加密和解密的程序,密码和文件名由用户输入.加密方法:以二进制打开文件,将密码中每个字符的ASCII码值与文件的每个字节进行异或运算,然后写回原文件原位置即可。这种加密方法是可逆的,即对明文进行加密到密文,用相同的密码对密文进行加密就得到明文。此方法适合各种类型的文件加密解密。-Encoding and decoding for all kind of files.
KeeLoq_hao
- 滚动码加解密程序 仅供程序编写参考 KEELOG-Rolling code encryption process for programming reference KEELOG
des
- 用c语言实现的des算法基于图像的加密解密-des algorithm for image-based encryption and decryption
AESFORC51
- C51可用的AES加解密算法,只支持128位加解密,在实际项目中应用,网上较多见的是C++程序,在C51和类似内存资源较少的单片机无法使用,绝对可用。-C51 AES encryption and decryption algorithms available, which only supports 128-bit encryption and decryption, in actual application of the project, the online is more to see
RSA
- RSA加密解密,能实现文件加密,图像加密等各种加密。-failed to translate failed to translate failed to translate failed to translate
md5
- 本源码介绍了在VB6中如何实现MD5的16位和32位加密方法。-This source describes how in VB6 MD5 16-bit and 32-bit encryption.
MD5
- JAVA代码实现MD5编码,不调用任何第三方API-MD5 hash algorithm implemented by JAVA.
keeloq
- keeloq算法在硬件加密中的应用,纯论文啊,不是程序-keeloq algorithm in hardware encryption applications, pure paper ah, not program
License-Generate-System
- 利用Labview编写的许可文件生成系统,有效保护程序的正当及合法使用。-Written using Labview license file generation system, the proper and effective protection of the legitimate use of the program.
RSA-
- 本程序实现网络安全通信中的消息数字签名及认证,同时对通信消息进行RSA加密。程序可自主设定加密密钥及各种参数!对密码编程者很有帮助!-The program s secure communications network a message digital signatures and authentication, and RSA encryption of communication messages. Encryption program can be set independently
WPA-WPA-AES-TKIP
- WPA破解,WPA2破解,AES破解,TKIP破解,WPA-PSK破解,WPA2-PSK破解 在WINDOWS下运行绿色软件操作,无需光盘启动,无需虚拟机启动,24位之内的密码30分钟之内完全破解,最高63位90分钟之内破解。操作简单-Crack WPA, WPA2 cracking, AES crack, TKIP crack, WPA-PSK cracking, WPA2-PSK cracking Green software running under the WINDOW
mimaxueshiyan
- 现代密码学与加解密技术实验报告 vigenere算法加密和解密的过程 Column permutation cipher 的编程实现 DES的编程实现-Modern cryptography and encryption technology lab report vigenere the process of encryption and decryption algorithms Column permutation cipher of programming