搜索资源列表
TEA
- 本加密程序基于著名的TEA加密算法,密钥长度为128位,安全性高于DES算法(56位). 该算法安全、简洁、高效,加密解密速度极快,占用内存极少,非常适合于嵌入式系统 的加密解密,也能胜任大系统的安全性能要求。算法能防止常见的密码学攻击。 本程序中待加密的明文、加密生成的密文皆按64位数据分组进行加解密。 密钥长度128位,与AES、IDEA相当,从而确保足够的安全性。-The encryption program is based on the famous TEA
64bit_DES
- this code implements the 64-bit DES algorithm in the platform visual studio 2005
libcartman_2ddp3
- The source code of the implementation of a symmetric cryptographic algorithm block Cartman-2DDP3 language Pascal / Delphi. The algorithm processes the blocks of 128-bits. The default key size is 512 bits, allowed 256 and 384 bit keys. For 512 b
blowfish
- Blowfish是一个64位分组及可变密钥长度的分组密码算法,c语言编写的benchmark-Blowfish is a 64-bit block and a variable length key block cipher algorithm, c language of the benchmark
Mumuter
- 现在使用效率最好的hash算法,mumuter算法,可以操作64比特的运算,任意出入的字符计算得到64bit的输出!-Use efficiency best hash algorithm, mumuter algorithm can operate the 64-bit arithmetic the, any discrepancy characters calculation 64bit output!
BLAKE2-master
- BLAKE2 are cryptographic hash functions based on Dan Bernstein s Cha stream cipher, but a permuted copy of the input block, XORed with some round constants, is added before each Cha round. Like SHA-2, there are two variants differing in the word size
DES
- DES算法把64位的明文输入块变为64位的密文输出块,它所使用的密钥也是64位,其功能是把输入的64位数据块按位重新组合,并把输出分为L0 、R0两个部分,每部分各长32位.-The DES algorithm 64-bit input block of plaintext into a 64-bit output ciphertext block, it uses the key is 64, the function of which is 64-bit block of input dat
