搜索资源列表
md5(C++Bulider)
- 新建项目.直接粘贴就可以使用-new projects. Paste can be directly used
DESsystem
- DES加密算法,C++编写,有界面有录像,写的很详细的大项目-DES encryption algorithm, C++ written, there is a video interface, written in large projects in great detail
DESsystem
- DES加密算法,C++编写,有界面有录像,写的很详细的大项目-DES encryption algorithm, C++ written, there is a video interface, written in large projects in great detail
crc
- crc校验 包括原理文件和说明 另附有一个crc16的c程序函数和crc32的vc项目文件-CRC checksum, including the principle of documents and a note attached CRC16 function of c procedures and CRC32 of vc project documents
lc4
- Security 用户: NT AUTHORITY\SYSTEM 计算机: C9D21BEA1BF645B 主要用户名: SYSTEM 主域: NT AUTHORITY 主登录 ID: (0x0,0x3E7) 客户端用户名: SYSTEM 客户端域: NT AUTHORITY 客户端登录 ID: (0x0,0x3E7) 有关更多信息,请参阅在 http://go.microsoft.com/fwlink/e
sha
- 内带3个sha1的C源码。经验证都可用。在我们项目中,已经用于验证SHA1的verilog-With three within the C source code sha1. Experience certificate are available. In our project, has been used to validate SHA1 of verilog
tt
- des 加密解密算法 标准C的实现。 可以在C, C++ , VC项目中直接使用。-des encryption and decryption algorithm standard C implementation. In C, C++, VC direct use projects.
IDAPluginCpp
- 在Visual C++ 6.0环境下生成IDA plugin项目的步骤-In Visual C++ 6.0 environment, the steps generated IDA plugin project
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
DESCipher-20111202
- DES加密解密源码,支持与java以及C#之间相互加解密,已经验证通过,并使用在项目中,挺好用的-DES encryption and decryption source code, support and java and encryption between C#, has been validated, and used in the project, very good use
MyEncrypt
- 自己写的符合标准的3DES加密和解密程序源码,使用C#编写,平台为是VS2008,可带加密key和符合Java标准的32位密钥,并能读取CPU等硬件序列号做机器绑定加密,已用在多个项目中做程序加密解密-Written by myself standards-compliant 3DES encryption and decryption program source code, written in C# platform for VS2008, with a 32-bit key encryp
aes-crypto-cpp
- aes加密算法,纯C++实现,本代码是一个VC++6.0项目,包含aes加密算法的封装,并且有测试代买-aes encryption algorithm to achieve C++
md5-vc
- MD5加密c++实现 本人在项目里测试过 可以使用 操作简单-MD5 c++
Vigenere
- 一个使用c++编写的Vigenere加解密系统和唯密文破译系统。其中项目名为Vigenere的为加解密系统,为Vigenere_1的为唯密文破解,并附有实验报告。-A Vigenere encryption and decryption system and a ciphertext deciphering system written in C++. One of the projects named Vigenere for the encryption and decryption sys
extendedeuclid
- 作者身份:华南理工大学知识产权学院王桂林,这是我自己编写的拓展欧几里得算法,用于实现RSA加密中的求模数乘法逆元,适合初学者作参考代码。文件内容是VS C++项目文件。(I am a student who is from South China University of Technology.This is a realization of the extended Euclid calculation, which can be used to do the RSA. I suggest
SM4
- 近期由于公司项目的需要开始研究国密SM2加密.网上也找了许久没有,可是没有关于iOS方面的实现,有很多基于openssl的C语言的实现,但是因为是C的小白,而且代码较乱,也没注释,被坑了不少的下载积分.后来找到GmSSL有实现sm2.实现过程中遇到了各种的坑,同时也有其他小伙伴有这方面的需求,所以把我的实现过程分享一下.(Recently due to the start of the project of state secret SM2 encryption. Internet is als