CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - rijndael

搜索资源列表

  1. rijndael-vc源码

    0下载:
  2. rijndael算法在vc源码-vc FOSS
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:451896
    • 提供者:风行
  1. aes-vhdl 使用vhdl语言实现aes(rijndael 算法)

    0下载:
  2. 使用vhdl语言实现aes(rijndael 算法),程序整体封装成为一个package,方便调用-Using vhdl language aes (rijndael algorithm), the program as a whole package as a package, easy call
  3. 所属分类:加密解密

    • 发布日期:2017-03-24
    • 文件大小:7271
    • 提供者:Bruce Lee
  1. VBCrypto2.zip

    3下载:
  2. 使用VB写的加密算法库,包括Blowfish, IDEA, Triple DES (3DES), DES, DESE, Gost, Skipjack, TEA, Cast5, Serpent-128, Serpent-192, Serpent-256, Rijndael-128, Rijndael-192, Rijndael-256, RC2, RC4, and Twofish), six popular hash algorithms (SHA-1, SHA-256, MD2, MD4, MD
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2015-07-21
    • 文件大小:636560
    • 提供者:none
  1. clsRijndael.zip

    0下载:
  2. Rijndael class on VB6,Rijndael class on VB6
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:4568
    • 提供者:Ru
  1. rijndael.rar

    1下载:
  2. 这是从NIST官方网站下载的AES源码,由于原网站为英文版,转载过来和大家共享。,This is the official website to download from the NIST' s AES source, because the original site for the English version, reproduced over and share.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:24653
    • 提供者:王恒
  1. rc_rnd

    0下载:
  2. Rijndael algorithm修正了CBC下BUG的版本(有源代码)工作在:D5。作者:Sergey Kirichenko。--Rijndael algorithm that has revised BUG version under CBC(with source code).It works in D5. author:Sergey Kirichenko。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-09
    • 文件大小:71411
    • 提供者:站长
  1. AES

    0下载:
  2. AES加密算法 2000年10月,NIST(美国国家标准和技术协会)宣布通过从15种侯选算法中选出的一项新的密匙加密标准。Rijndael被选中成为将来的AES。 Rijndael是在 1999 年下半年,由研究员 Joan Daemen 和 Vincent Rijmen 创建的。AES 正日益成为加密各种形式的电子数据的实际标准。 美国标准与技术研究院 (NIST) 于 2002 年 5 月 26 日制定了新的高级加密标准 (AES) 规范。-AES encryption alg
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:8308
    • 提供者:icefire
  1. Rijndael

    1下载:
  2. Rijndael 的 AES 加密的Vb源码-A VB Rijndael AES encryption algorithm source code, you can use for their own encryption procedures
  3. 所属分类:CA program

    • 发布日期:2017-04-17
    • 文件大小:30246
    • 提供者:dsdzam
  1. libgringotts-1[1].2.1

    0下载:
  2. libGringotts是一个小型、易于使用的、完全线程的C语言库,最初为Gringotts开发。它的目的是将数据封闭在一个加密和压缩的文件中。它使用加密算法((RIJNDAEL 128/256, SERPENT, TWOFISH, CAST256, SAFER+, LOKI97, 用于加密的3DES, 以及哈希函数的SHA1和 RIPEMD-160)来确保数据尽可能安全,并允许用户对所有使用的加密、哈希函数和压缩算法有完全的控制。 -libGringotts is small, is easy
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-10
    • 文件大小:160975
    • 提供者:薛某某
  1. Cryptor_src

    0下载:
  2. Cryptor uses the 256 bit Rijndael (otherwise known as AES, or the Advanced Encryption Standard) encryption to secure files. It does this using a CryptoStream object and the RijndaelManaged class. There is no default form to the application - double c
  3. 所属分类:File Operate

    • 发布日期:2017-03-28
    • 文件大小:36737
    • 提供者:matt
  1. Rijndael

    0下载:
  2. escr iption: The Rijndael Encryption algorithm has been recently recognized as an AES (Advanced Encryption Standard). It was recently (April 2001) released in Visual Basic. The source code here is for Micro$oft Visual C++ 6.0 for developing and testi
  3. 所属分类:Applications

    • 发布日期:2017-04-16
    • 文件大小:72378
    • 提供者:Rohit_Singh
  1. rijndael_AES

    0下载:
  2. rijndael AES 比较经典的加解密算法,只需要调用相应的函数就能实现对数据流或文件进行加解密。-Comparison of classic rijndael AES encryption algorithm, is only required to call a function of the corresponding data flow will be able to achieve or file encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:23006
    • 提供者:KC Chen
  1. Encryption

    0下载:
  2. C#实现Des , Rc2, Rijndael, TripleDes加密的类-C# to achieve Des, Rc2, Rijndael, TripleDes encryption class
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:21138
    • 提供者:leebooksea
  1. Rijndael

    0下载:
  2. Rijndae算法的结构与安全性分析.pdf-Rijndae algorithm analysis and security structure. Pdf
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:2036821
    • 提供者:dingyuwen
  1. AES_Demo_rijndael_ingles2004

    0下载:
  2. AES Rijndael算法的动画演示。生动详细,演示包括了加密过程四种变换和密钥变换过程。-Animated demo of AES Rijndael. Vivid and detailed. The demo includes 4 encryption transforms and key schedule.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:63383
    • 提供者:yj
  1. rijndael

    0下载:
  2. Rijndael implementation in C-Rijndael implementation in C++
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:12286
    • 提供者:tk
  1. GF

    0下载:
  2. table generation for Rijndael/AES finite field GF(256) with various generator polynomials
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:2028
    • 提供者:rayana
  1. RijEypt

    0下载:
  2. 基于AES rijndael 加密算法的批量文件加密应用程序(Setup)-Based on the bulk encryption algorithm AES rijndael file encryption application (Setup)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:607109
    • 提供者:Hssmy
  1. rijndaelfast

    0下载:
  2. AES Rijndael fast security system to encrypt and deycrypt information
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:9175
    • 提供者:ahmed
  1. Rijndael

    0下载:
  2. AES加密算法的VB实现,对字符串和文件都能加密。-AES encryption algorithm of the VB implementation, both the string and file encryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:30675
    • 提供者:Ares
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com