搜索资源列表
DES 加密系统的 C 语言源代码
- 一个可直接使用的DES加密算法,不需要修改代码。-a direct access to the DES encryption algorithm and do not need to amend the code.
339068DESDemo
- 功能: 实现DES加密算法的加密解密功能 */ /*- */ /*-说明:des算法的实现代码 */ /*- 能够实现56位或56*3密钥的des算法,可以通过该程序提供的接口 */ /*- 进行数据的加密,保证数据在传送过程的安全性 */ /*- */ /*- */ /*-该程序的所有权利由作者保留 *
md5-crypt
- MD5加密算法,,各位都知道,,共享大伙看看给个意见-MD5 algorithm, you know, and to see everyone sharing ideas
TCPCAES
- 基于TCP的客户端VC++源码,为了保护传输数据的安全,还加入了AES算法来加密传输数据。-based on TCP client VC source, in order to protect the security of data transmission, also joined the AES algorithm to encrypt transmitted data.
descode
- des加密算法,可以c++写的,应当可以使用
071229200308
- 对称加密算法,aes希望能找到一个c和java对应的算法
DES
- DES加密算法,提供界面。运行时运行Java Ui就可以。-DES encryption algorithm to provide interface. Run-time can run Java Ui.
zhihuan_jiami
- 经典的置换加密算法,写的很详细,注释的也很不错,对你很有帮助-Classic permutation encryption algorithm, written in a very detailed annotation is also very good, very helpful for you
SHAProj
- 本程序包括一些常用的加密算法,包括:SHA-1,SHA-224,SHA-384,SHA-512等-This process includes some commonly used encryption algorithms, including: SHA-1, SHA-224, SHA-384, SHA-512, etc.
200811017565787
- 利用网通的网关平台收(群)发手机短信,群发手机短信。 主要技术:POST HTTP 请求,MD5加密算法,XML文档解析,手机短信发送、接收,短信群发等。源代码已经封装好,并提供详细的测试代码,该程序也可以直接当作手机短信收发的小工具。 -Netcom' s gateway platform using income (group) made SMS, mass SMS. Main: POST HTTP request, MD5 encryption algorithm, XML do
stlfucker
- 演示Winsock网络编程中的完成端口模型,有助初学者加深对该模型原理的理解。 [AES] - AES快速算法和蓝牙设备中用的E0算法(用于加密)、E1算法、E2算法、E3算法(用于密钥管理和鉴权等)等 [TCPPacket.zip] - 此源码演示了如何通过原始套接字来模拟tcp包,对winsock网络编程及tcp/ip协议的学习 有帮助 [pGina.rar] - Windows下的登录替换程序,可以实现用自己的方-It also provides internationa
socket20120418
- 演示Winsock网络编程中的完成端口模型,有助初学者加深对该模型原理的理解。 [AES] - AES快速算法和蓝牙设备中用的E0算法(用于加密)、E1算法、E2算法、E3算法(用于密钥管理和鉴权等)等 [TCPPacket.zip] - 此源码演示了如何通过原始套接字来模拟tcp包,对winsock网络编程及tcp/ip协议的学习 有帮助 [pGina.rar] - Windows下的登录替换程序,可以实现用自己的方法增强系统登录,例如使用智能卡、独立的认证系统等。
CPPjiami
- 六个加密算法,des md5等等 md5 rsa -des md5 and so on
ntru
- ntru1.2,网络安全,网络加密,公钥密码算法,格理论,分配机制-ntru1.2, network security, encryption, public key cryptographic algorithm, lattice theory, allocation mechanism
enc
- 编写一个文件加密程序enc,对于任意的文件进行加密和解密,加密算法何以自选。 程序功能: 程序带有3个命令行参数,依次为运行模式、密钥、文件名。 Enc e 密钥 文件名 对于文件进行加密 Enc d 密钥 文件名 对于文件进行解密 要求加密后的文件进行解密能够完全恢复成原文件 -Write a file encryption program enc, for any file encryption and decryption, why encryptio
RSA
- RSA加密算法,能手动生成密钥,进行加密解密-RSA encryption algorithm, can manually generate a key for encryption and decryption
AESPSOCKET
- 实现了文件的传输和加密解密算法,以及聊天通信,但是算法还有待改进,所以使用的时候要注意-File transfer and encryption and decryption algorithms, and chat communications, but the algorithm remains to be improved, so use the time to pay attention
Affine-cipher
- 仿射密码是由加法密码和乘法密码结合就构成。此软件实现了仿射密码的加密和解密算法,通过网络传递加解密的数据。-Affine cipher is composed of multiplication and addition passwords combination is. This software has realized the affine password encryption and decryption algorithm, through the network transmiss
sm4
- C实现的Sm4加解密算法,SM4算法是分组加密方法,每次加密16个字节的16进制数据(C implementation of the Sm4 encryption and decryption algorithm, SM4 algorithm is a block encryption method, each encrypted 16 bytes of 16 hexadecimal data)
3
- 使用DES加密算法,实现了TCP聊天程序的加密,在linux环境下运行。(Using the DES encryption algorithm, the TCP chat program is encrypted and run in the Linux environment.)