搜索资源列表

  1. myRC4

    0下载:
  2. 非常不错的流密码rc4加解密程序 c语言编写 调试运行成功-very good stream cipher encryption procedures rc4 c language debugging operation successful
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:182766
    • 提供者:东东
  1. myRC4

    0下载:
  2. 非常不错的流密码rc4加解密程序 c语言编写 调试运行成功-very good stream cipher encryption procedures rc4 c language debugging operation successful
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:182272
    • 提供者:东东
  1. hc128_p3source

    0下载:
  2. 这是一个流密码算法hc256,用C写的,已经验证过是对的-This is a stream cipher algorithm hc256, written with C, has already been verified on the
  3. 所属分类:Windows编程

    • 发布日期:2024-05-06
    • 文件大小:50176
    • 提供者:yh
  1. DES

    0下载:
  2. 流密码RC4的加密和解密 1、能够对字串进行加密; 2、可以自动生成加密密钥和解密密钥对; 3、能够显示给定密钥下明文加密后的密文; 4、能够用相应解密密钥正确解密密文,显示结果,并与原明文进行比对。-RC4 Encrpytion 1.Encrpyt strings 2.Create pairs of keys for encoding and decoding automatically 3.Present
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:1959936
    • 提供者:Jane
  1. RC4

    0下载:
  2. 最常见的流密码RC4的visual c++实现。希望对大家有帮助。-RC4 cipher
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:xiaobin
  1. seril

    0下载:
  2. 一个简单的实现流密码RC4的算法,使用在单片机上,输出为同一通道。输入可以自己修改。经过试验测试,算法是正确的。-The realization of a simple RC4 stream cipher algorithms, used in single-chip microcomputer, the output for the same channel. Can input their own modifications. Af
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:fengyun
  1. RC4

    0下载:
  2. 本程序实现RC4算法,包括加密与解密,属于流密码算法-RC4 algorithm to achieve this process, including the encryption and decryption, are stream cipher algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:224256
    • 提供者:lishen
  1. RC4

    0下载:
  2. RC4 流密码 c++ 控制台程序,对称密码-RC4 stream cipher c++ console program
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:2048
    • 提供者:oy
  1. RC4

    0下载:
  2. 流密码RC4,基于数组的流密码,应用广泛,大家同分享-RC4 (Stream ciphers) based array, apply on communications
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:175104
    • 提供者:leebo
  1. RC4

    0下载:
  2. 流密码中RC4算法的加密解密的c程序实现-stream cipher
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:2048
    • 提供者:浅水深深
  1. RC4

    0下载:
  2. RC4是一种普遍使用的流密码,文件提供加密解密算法,分块详细,调用方便,代码实现简洁-RC4 encryption and decryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:5860352
    • 提供者:肖亚南
  1. stream-cipher-and-RC4

    0下载:
  2. 流密码和RC4算法的英文文献,对RC4算法有兴趣的朋友可以查看一下。-English literature of the RC4 And stream cipher algorithm 。people who is interested in RC4 algorithm can view it.
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:182272
    • 提供者:niehaohong
  1. rc4

    0下载:
  2.  实现RC4加密算法,其是密钥长度可变的流加密算法簇。之所以称其为簇,是由于其核心部分的S-box长度可为任意,但一般为256字节。该算法的速度可以达到DES加密的10倍左右。RC4算法的原理很简单,包括初始化算法和伪随机子密码生成算法两大部分。-RC4 encryption algorithm to achieve, it is the variable key length stream cipher algorithm clust
  3. 所属分类:CA认证

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:jl
  1. RC4

    0下载:
  2. rc4是一种流密码加密机制,本软件可以对任意文件进行rc4加密,-rc4 is a stream cipher encryption mechanism, the software can rc4 encryption for any file, thank you
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:2168832
    • 提供者:lee
  1. RC4

    0下载:
  2. RC4流密码的C语言实现,RC4是目前最安全的加密算法之一,大家可以放心使用! -C language implementation of the RC4 stream cipher, RC4 is one of the most secure encryption algorithm, we can rest assured to use!
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:kjjgyuyjy mjy
  1. RC4

    0下载:
  2. 基于visual studio 2010实现的RC4流密码,对字符串加密,编程语言C-RC4 for string,based on visual studio 2010 and C++
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:256000
    • 提供者:丁凯孟
  1. RC4

    0下载:
  2. 这是用C++语言实现密码学中的经典流密码算法RC4算法的最简单最有效的程序,本人经过实测,没有问题。
  3. 所属分类:密码/编码算法

  1. rc4

    0下载:
  2. 实现RC4流密码算法,对文件进行加密,并将加密的内容以文件形式输出,控制台调用。-Achieve RC4 stream cipher algorithm, to encrypt files and encrypt the contents of the output file format, called the console.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:邓舒容
  1. rc4

    0下载:
  2. 流密码RC4的加密解密文件的C++算法,可以静态加密文件也可以动态加密-C++ stream cipher RC4 algorithm for encryption and decryption of files, you can still encrypt files can also be dynamic encryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:张赛
  1. rc4

    0下载:
  2. RC4算法的控制台编程,流密码算法的实践,在控制台下实现对文本的加密解密。-Console programming RC4 algorithm, practice stream cipher algorithm, in the console to achieve decrypt the encrypted text.
  3. 所属分类:加密解密

    • 发布日期:2024-05-06
    • 文件大小:1024
    • 提供者:maintain
« 12 »

源码中国 www.ymcn.org