Welcome![Sign In][Sign Up]
Location:
Search - CBC-MAC

Search list

[ExploitLibrary_of_Cryptographic

Description: a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,Diamond2, Sapphire, RC2, RC5, RC6, MARS, SEAL, Luby-Rackoff, MDC, various encryption modes (CFB, CBC, OFB, counter), DH, DH2, MQV, DSA, NR, ElGamal, LUC, LUCDIF, LUCELG, Rabin, RW, RSA, BlumGoldwasser, elliptic curve cryptosystems, BBS, DEFLATE compression,Shamir s secret sharing scheme, Rabin s information dispersal scheme.-a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,Diamond2, Sapphire, RC2, RC5, RC6, MARS, SEAL, Luby-Rackoff, MDC, various encryption modes (CFB, CBC, OFB, counter), DH, DH2, MQV, DSA, NR, ElGamal, LUC, LUCDIF, LUCELG, Rabin, RW, RSA, BlumGoldwasser, elliptic curve cryptosystems, BBS, DEFLATE compression,Shamir s secret sharing scheme, Rabin s information dispersal scheme.
Platform: | Size: 388055 | Author: 刘永 | Hits:

[SourceCode对称算法 3DES CBC ECB MAC

Description: 对称算法 3DES CBC ECB MAC
Platform: | Size: 1431200 | Author: lygzz126@126.com | Hits:

[OS programLibrary_of_Cryptographic

Description: a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,Diamond2, Sapphire, RC2, RC5, RC6, MARS, SEAL, Luby-Rackoff, MDC, various encryption modes (CFB, CBC, OFB, counter), DH, DH2, MQV, DSA, NR, ElGamal, LUC, LUCDIF, LUCELG, Rabin, RW, RSA, BlumGoldwasser, elliptic curve cryptosystems, BBS, DEFLATE compression,Shamir s secret sharing scheme, Rabin s information dispersal scheme.-a C++ Class Library of Cryptographic Primitives This library includes: MD2, MD5, SHA-1, HAVAL, Tiger, RIPE-MD160, MD5-MAC, HMAC, XOR-MAC, DES, IDEA, WAKE, 3-WAY, TEA, SAFER, Blowfish, SHARK, GOST, CAST-128, Square,Diamond2, Sapphire, RC2, RC5, RC6, MARS, SEAL, Luby-Rackoff, MDC, various encryption modes (CFB, CBC, OFB, counter), DH, DH2, MQV, DSA, NR, ElGamal, LUC, LUCDIF, LUCELG, Rabin, RW, RSA, BlumGoldwasser, elliptic curve cryptosystems, BBS, DEFLATE compression,Shamir s secret sharing scheme, Rabin s information dispersal scheme.
Platform: | Size: 388096 | Author: 刘永 | Hits:

[Crack Hackrc5-72cbc

Description: rc5-72在cbc模式下的加密和解密程序,可以直接运行得到结果-rc5-72 in cbc mode encryption and decryption procedures, can be directly operating results
Platform: | Size: 1024 | Author: zhanglili | Hits:

[Crack HackCBC-DES

Description: 这是一个密码学实验的程序,主要是根据CBC和DES算法进行加密数据-This is an experimental procedure Cryptography is based on the CBC and the DES algorithm to encrypt data
Platform: | Size: 4096 | Author: jiang tao | Hits:

[Crack Hackdes

Description: 使用DES算法;可以指定使用DES、2DES或者3DES算法;可以对任意的文件进行加密和解密,加密后文件扩展名为.des,可以指定使用ECB,CBC,CFB,OFB,CTR的任意一种模式; -The use of DES algorithm can specify the use of DES, 2DES or 3DES algorithm can arbitrary file encryption and decryption, encryption, named after the file extension. Des, you can specify the use of ECB, CBC, CFB, OFB, CTR arbitrary a model
Platform: | Size: 60416 | Author: huqiuping | Hits:

[Crack Hackdes-cbc

Description: des的C语言版本,带自检程序。ecb模式实现。-des of the C language version, with self-test procedures
Platform: | Size: 207872 | Author: snail | Hits:

[Crack HackAESHash

Description: 基于AES加密算法的Hash散列生成器,采用CBC模式,能产生一个文件的HMac散列值-Hash-based AES encryption algorithm hash generator, using CBC mode, can produce a hash value of file HMac
Platform: | Size: 966656 | Author: wangurey | Hits:

[Windows DevelopTripleDES

Description: 3DES算法源码 MAC计算源码 CBC算法 金融标准PAD-The 3DES algorithm source MAC calculate source the CBC algorithm Financial standard PAD
Platform: | Size: 7168 | Author: wuxiaoming | Hits:

[CA authH_Des

Description: 银行金融算法MAC。CBC,Tables defined in the Data Encryption Standard documents MAC_DES原始函数组-Bank financial algorithm MAC. CBC, the Tables defined in the Data Encryption Standard documents MAC_DES original function group
Platform: | Size: 7168 | Author: 李兵 | Hits:

[Linux-Unixccm

Description: CCM: Counter with CBC-MAC driver for Linux.
Platform: | Size: 5120 | Author: finzenvon | Hits:

[OS programopenssl_engine

Description: /* * 本模板程序定义了实现openssl ENGINE的Engine框架。 * 实现的基本思路是要通过Engine来替换openssl原来的 * ASE-CBC算法和MD5算法。 * 本程序定义了必须实现的接口。用户只需要根据程序中 * 的说明,实现相应的接口即可。 * 实现ENGINE的时候,可以使用CSP。P11或者算法实现的API等。 * 本模板支持Linux、Windows 、Mac。兼容:openssl1.0和.0.9.8 * */-/** This template defines the procedure of realization openssl ENGINE Engine framework.* Implemented basic idea is to pass Engine to replace the original openssl* ASE-CBC algorithm and MD5 algorithms.* This program defines the interface that must be implemented. Users only need to program* instructions to implement the appropriate interface.* Implemented ENGINE, they can use the CSP. P11 or an API such algorithm.* This template supports Linux, Windows, Mac. Compatible with: openssl1.0 and .0.9.8** /
Platform: | Size: 97280 | Author: swl | Hits:

[JSP/JavaCBCBlockCipherMac

Description: standard CBC Block Cipher MAC - if no padding is specified the default of pad of zeroes is used.
Platform: | Size: 1024 | Author: xonbaikan | Hits:

[JSP/JavaCMac

Description: create a standard MAC based on a CBC block cipher (64 or 128 bit block). This will produce an authentication code the length of the block size of the cipher.
Platform: | Size: 2048 | Author: mengwaoker | Hits:

[Crack HackAES-CBC_MAC

Description: AES with cbc mac, this is not the best but good enough to learn aes encryption
Platform: | Size: 18432 | Author: griffin | Hits:

[Linux-Unixfailslab

Description: Counter with CBC-MAC for Linux v2.13.6.
Platform: | Size: 5120 | Author: ptyqxen | Hits:

[Linux-Unixsysfs-tagging

Description: CCM: Counter with CBC-MAC for Linux v2.13.6.
Platform: | Size: 6144 | Author: zbkengkai | Hits:

[AlgorithmHD2017Tool

Description: CBC、EBC模式下的DES、3DES算法,MAC算法,十六进制字符串与二进制字符串相互转化-CBC, EBC mode DES, 3DES algorithm, MAC algorithm, hexadecimal string and binary string mutual conversion
Platform: | Size: 10536960 | Author: 刘慧娇 | Hits:

CodeBus www.codebus.net