资源列表
ReflectorP7.6.0.233PVSProPEdition
- .net 反编译工具,功能强大,可以查看DLL,exe文件的C#源码-Net decompilation tool, powerful, can see the DLL, exe files C# source code
DES
- des算法实现8位16进制数加密和解密及雪崩测试-des 16 hex 8-bit algorithm to encrypt and decrypt the number and avalanche tested
SHA-1
- 计算SHA-1码的详细代码,以及具体实现过程。-Calculate the SHA-1 code code, the process of specific implementation.
Test1
- 易语言内存运行,无需释放资源,直接内存加载运行-Easy language memory to run, no need to release resources, and direct memory load and run
Untitled
- 盲源分离的matlab版,内容不错较为新颖 有很强的实用价值-Blind source separation matlab version, good content is more novel has a strong practical value
aes.tar
- c语言的编写的aes算法加密的源码,在linux下编译通过并可以正常运行,可以直接应用于数据加密中。-aes algorithm encryption source code, c language under linux compiled by normal operation, can be directly applied to the data encryption.
DES-By-10084202
- 基于MFC的DES加密解密程序-MFC-based DES encryption and decryption procedures. . . . . . . . .
Diaries
- 自己编写的一个加密的日记本程序java源码,代码中有icon,注意编译时删除-I have written an encrypted diary program java source code icon, pay attention to compile delete
elgamal
- 实现数字签名Elgamal算法,该算法是在rsa算法基础上的变形算法。-Digital signature Elgamal algorithm, the algorithm is in the rsa algorithm on the basis of the deformation algorithm.
DES
- DES算法加密,可用于加密图像,看了感觉蛮管的,希望对大家有帮助。-DES encryption algorithm can be used to encrypt image looked feeling pretty tube, and I hope for all of us to help.
keeloq
- /* * KeeLoq implementation for Atmel AVR * Copyright (C) 2005 Jiri Pittner <jiri@pittnerovi.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License
RSA
- 1.RSA签名的小素数实现 2.RSA加解密的大素数实现 3.RSA_OAEP填充的实现 几个都实现了,但是比较粗糙。 但是其中的md5.cpp,bint.cpp是很不错的,可以复用 开发环境:混用了CodeBlocks、VC6-1.The small primes realize RSA signature 2.RSA encryption and decryption of large prime numbers to achieve