登录
首页 » C++ » aes_des

aes_des

于 2015-07-30 发布 文件大小:69KB
0 93
下载积分: 1 下载次数: 16

代码说明:

  AES DES 算法 实现 xcbc cmac ecb cbc ofb cfb pcbc ctr (AES, DES algorithm XCBC cmac ECB CBC ofb CFB PCBC CTR)

文件列表:

aes_des
.......\easy_makefile,549,2015-07-30
.......\enc.exe,66494,2015-03-23
.......\inc
.......\...\AES.h,616,2014-06-25
.......\...\common.h,0,2014-06-25
.......\...\CryptoMode.h,1226,2014-07-08
.......\...\custom.h,133,2014-06-25
.......\...\DES.h,416,2014-06-25
.......\...\mstring.h,461,2014-06-27
.......\...\zt_des.h,699,2014-06-25
.......\main.cpp,23180,2015-03-24
.......\Makefile,1264,2015-07-30
.......\nppBackup
.......\.........\easy_makefile.2015-07-30_093330.bak,549,2014-06-27
.......\.........\easy_makefile.2015-07-30_093336.bak,552,2015-07-30
.......\.........\easy_makefile.2015-07-30_093343.bak,552,2015-07-30
.......\.........\Makefile.2015-07-30_092417.bak,1263,2014-07-07
.......\.........\Makefile.2015-07-30_092631.bak,1271,2015-07-30
.......\.........\Makefile.2015-07-30_092632.bak,1271,2015-07-30
.......\.........\Makefile.2015-07-30_092944.bak,1272,2015-07-30
.......\obj
.......\...\AES_Crypt.o,13633,2014-07-07
.......\...\common.o,288,2014-07-07
.......\...\CryptoMode.o,3745,2014-07-08
.......\...\DES_Crypt.o,6481,2014-07-07
.......\...\main.o,15095,2015-07-30
.......\...\mstring.o,1416,2014-07-07
.......\...\zt_des.o,4200,2014-07-07
.......\src
.......\...\AES_Crypt.cpp,17732,2014-06-25
.......\...\common.cpp,0,2014-06-25
.......\...\CryptoMode.cpp,11497,2014-07-08
.......\...\DES_Crypt.cpp,11904,2014-06-26
.......\...\mstring.cpp,1500,2014-06-27
.......\...\zt_des.cpp,10290,2014-06-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 凯撒和运输的
    该程序是使用恺撒密码和transposotion密码。也许这个计划太简单了,但总比没有强。:V
    2022-04-09 08:05:24下载
    积分:1
  • title=Windows NT/2000/XP 一个RAM
    title=Windows NT/2000/XP 一个RAM-DISK文件系统驱动 memo=SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a disk filter driver.-title = Windows NT/2000/XP a RAM-DISK file system driver memo = SwapFs is a driver for Windows NT/2000/XP that let you use a Linux swap partition for temporary storage, like a RAM-disk. It is possible to put Windows page file on it. It is implemented as a filter driver disk.
    2022-04-22 14:05:11下载
    积分:1
  • md5的bindshe
    md5加密的bindshe-md5 encrypted bindshe
    2022-08-07 16:33:31下载
    积分:1
  • 设f(x)= 1×X2 X5 X27,分别尝试写下面的移位寄存器…
    设f(x)=1+x+x2+x5+x27,试分别写出实现下列移位寄存器的程序: 以f(x)为联接多项式的DSR; 以f(x)为联接多项式的LFSR。 可供选择的联接多项式: f1(x)=1+x+x4+x6+x30; f2(x)=1+ x3+ x31; f3(x)=1+ x6+ x31; f4(x)=1+ x7+ x31; f5(x)=1+ x13+ x31; -Let f (x) = 1 x x2 x5 x27, respectively try to write the following Shift Register : f (x) connected to the DSR polynomial; f (x) for connectivity polynomial LFSR. Connection options polynomial : f (x) = 1 x x4 x6 x30; F2 (x) = 1 x3 x31; f3 (x) = 1 x6 x31; f4 (x) = 1 x11 x31; f5 (x) = 1 x13 x31;
    2022-04-07 10:24:13下载
    积分:1
  • PB使用MD5,可以有效决PB开发中登录码使用明文的问题
    PB使用MD5加密,可以有效解决PB开发中登录密码使用明文的问题-PB using MD5 encryption, can effectively resolve the PB Password development issue of the use of explicit
    2022-03-18 03:23:53下载
    积分:1
  • 码程序,挺好的东东,不过是用汇编写的,希望能对大家有所帮助。其中还有一个是hcs系列芯片的接收程序。...
    一解码程序,挺好的东东,不过是用汇编写的,希望能对大家有所帮助。其中还有一个是hcs系列芯片的接收程序。-a decoding procedure very well, the Eastern, but is the compilation was made in the hope that it can be helpful to everyone. Among them were a series of chips is hcs reception procedures.
    2023-05-16 20:50:03下载
    积分:1
  • test-five
    一个综合了AES,DES,Elgamal的综合性验证程序。(good luck.)
    2020-11-26 16:39:30下载
    积分:1
  • 二阶希尔
    用python语言实现二级希尔密码的加解密(Python implements two-level Hill encryption and decryption)
    2020-06-22 13:00:02下载
    积分:1
  • 带界面的RSA算法RSA_java
    带界面的RSA算法,软件包中含有可执行程序,功能有自动生成随机素数P、Q,公钥,密钥,对数字进行加密解密。(Interface with the RSA algorithm, packages containing executable programs, automatic generation of random functions of prime numbers P, Q, a public key, keys for encryption and decryption of digital.)
    2020-07-06 11:28:58下载
    积分:1
  • Cabal-ENC-
    这个东西是惊天动地是加密解密与java的不同是从国外论坛下载的 希望开惊天私服的人能用上(This thing is shocking is the encryption and decryption and java different forum from abroad want to open the download can be used on people shaking PW)
    2011-01-18 02:59:30下载
    积分:1
  • 696518资源总数
  • 104287会员总数
  • 49今日下载