搜索资源列表
TripleDes算法de实现
- 之前,我在一个项目开发过程中,涉及到了TripleDes的算法,在实现过程中,我也参考了论坛现有的关于3DES的代码,发现大部分的代码在算法的实现上不够严谨,或者小有偏差,特别是对3DES的两种模式:ecb,cbc都罕有涉及。此版本提供的TripleDes可以实现3DES在两种模式下的2key/3key的加、解密。在速度优化和内存控制上都做了优化。
MyGOST
- GOST 28147-89, only ecb, cbc mods. I public this code for other students for study.
des
- C#实现DES和3DES算法的cbc和ecb函数-C# DES and 3DES cbc algorithm and ecb function
encrypt
- 支持des 3des aes加密 ecb cbc ofb等多种加密模式-des 3des aes /ecb cbc ofb
tiny-AES128-C-master
- This a small and portable implementation of the AES128 ecb and cbc encryption algorithms written in C.-This is a small and portable implementation of the AES128 ecb and cbc encryption algorithms written in C.
ecb+cbc+des
- 应用ecb和cbc两种操作模式分别完成DES(Two modes of operation, ecb and cbc, are applied to complete the DES)
59564363AES
- 此压缩包中为AES加密算法源代码,包含ecb,cbc,CFB等加密方式。(Rijndael (State, ExpandedKey) { AddRoundKey (State, ExpandedKey); for (i=1; i <Nr; i ++) Round (State, ExpandedKey+Nb* i); FinalRound (State, ExpandedKey+Nb*Nr) } Round (State, RoundKey) { ByteSub (Sta
AES
- 基于DES五种加密,电码本模式(Electronic Codebook Book (ecb));2.密码分组链接模式(Cipher Block Chaining (cbc));3.计算器模式(Counter (CTR));4.密码反馈模式(Cipher FeedBack (CFB));5.输出反馈模式(Output FeedBack (OFB))(Five kinds of encryption based on DES .Electronic Codebook Book(ecb).Cipher
DES_AES_For_ASP_VBScript
- asp版AES加密解密源代码,模式:ecb/cbc 默认:ecb 填充:PKCS5/NONE/ZERO 默认:PKCS5 编码:GK2312/UTF-8(Function: implementation of DES standard encryption algorithm with VBscr ipt)