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

搜索资源列表

  1. AES

    0下载:
  2. AES 128bit加解密简单实现,控制台输入明/密文和密钥,环境DEV C++。-AES 128bit, Rijndael
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:4716
    • 提供者:huangfan
  1. rijndael2

    0下载:
  2. rijndael 加密算法 经典算法-rijndael
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-20
    • 文件大小:43938
    • 提供者:金属
  1. RSACrypt

    0下载:
  2. C# RSA加密解密 使用Rijndael算法(对称)加密数据,再用RSA加密Rijndael密钥。使用这种算法加密大文件时运算比较快。-C# RSA encryption and decryption using Rijndael algorithm (symmetric) encryption of data, then the RSA encryption Rijndael key.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-08
    • 文件大小:883395
    • 提供者:田韵豪
  1. AESencrypt

    0下载:
  2. AES是经典的非对称加密算法,AES加密算法的C语言现实,代码可扩展性强-The Advanced Encryption Standard (AES) is a specification for the encryption of electronic data established by the U.S. National Institute of Standards and Technology (NIST) in 2001. Based on the Rijndael cipher d
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:4076
    • 提供者:liwen
  1. Rijndael

    0下载:
  2. 用VB实现的AES算法实现对字符串、文件加密和解密,可以设置密钥和加密长度。-VB of AES algorithm, you can set the key and encryption length of the string, file encryption and decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-18
    • 文件大小:29630
    • 提供者:bangedian
  1. aes

    0下载:
  2. AES Rijndael cipher Modifications to public domain implementation: - support only 128-bit keys - cleanup.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-01
    • 文件大小:13254
    • 提供者:kuefouzo
  1. 3DES

    0下载:
  2. 3DES(或称为Triple DES)是三重数据加密算法(TDEA,Triple Data Encryption Algorithm)块密码的通称。 3DES的c++实现-Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as the Advanced Encryption Standard Rijndael encryption, AES encryption
  3. 所属分类:Other systems

    • 发布日期:2017-10-31
    • 文件大小:642863
    • 提供者:李行
  1. rijndael-alg-fst

    0下载:
  2. Check return value double.The ESCAPE character is used during run-length encoding.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-23
    • 文件大小:7521
    • 提供者:piuzekeng
  1. Rijndael

    0下载:
  2. 加密算法类VB源码示例,有需要的就下载看看。-VB source code encryption algorithm class examples, there is need to look at the download.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:37898
    • 提供者:盐水肘花
  1. Rijndael

    0下载:
  2. AES加密算法的java实现源代码。只有一个java源文件,非常简单。-AES encryption algorithm to achieve the java source code. Only a java source files, a very simple.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:3758
    • 提供者:kimifetch
  1. DesCrack

    0下载:
  2. assembly> <name>ZYBEncrypt</name> </assembly> <members> <member name="T:ZYBEncrypt.Rijndael_"> <summary> Rijndael </summary> </member> <member name="M:ZYBEncrypt.Rijndae
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:13896
    • 提供者:wentsun
  1. AES_Linux_C

    0下载:
  2. Rijndael AES代码,用C语言实现-Rijndael AES code, using C language
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:22508
    • 提供者:kemengli
  1. encrypt_decrypt

    0下载:
  2. 高级加密标准(Advanced Encryption Standard,AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。包含有加密解密的程序-Advanced Encryption Standard,key_expand,encryptiono,decryptioon
  3. 所属分类:3G develop

    • 发布日期:2017-04-25
    • 文件大小:34370
    • 提供者:木易
  1. aaes

    0下载:
  2. AES is based on the Rijndael cipher developed by two Belgian cryptographers, Joan Daemen and Vincent Rijmen, who submitted a proposal to NIST during the AES selection process. Rijndael is a family of ciphers with different key and block sizes. F
  3. 所属分类:CA program

    • 发布日期:2017-03-30
    • 文件大小:3663
    • 提供者:ammulu
  1. aes

    0下载:
  2. Rijndael (AES) Cipher Algorithm for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3942
    • 提供者:jaosuehu
  1. AES_Code

    0下载:
  2. 密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。-Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as Rijndael encryption method, a block encryptio
  3. 所属分类:CA program

    • 发布日期:2017-04-15
    • 文件大小:5917
    • 提供者:by
  1. AES

    0下载:
  2. 密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法的实现-Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as Rijndael encryption method to achieve
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-07
    • 文件大小:3620
    • 提供者:王冲
  1. Rijndael

    0下载:
  2. AES算法的实现,可加密解密,在VC的环境下可以运行的,用C/C++写的-Implementation of the AES algorithm, encryption and decryption, can run in the VC environment, written by C/C++
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:20916
    • 提供者:玉婷
  1. AESEngine

    0下载:
  2. an implementation of the AES (Rijndael), from FIPS-197.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-28
    • 文件大小:8137
    • 提供者:juicenyeng
  1. AESFastEngine

    0下载:
  2. an implementation of the AES (Rijndael), from FIPS-197.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:12245
    • 提供者:niukangna
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com