CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 加密算法

搜索资源列表

  1. des C语言简练代码

    0下载:
  2. 利用简单的C语言编程完成对des加密的一个较为完整的c程序。
  3. 所属分类:其他小程序

    • 发布日期:2011-06-21
    • 文件大小:11769
    • 提供者:vencentt
  1. des

    0下载:
  2. 对称加密算法des实现,c程序编写,在visual c++下运行。-Symmetric encryption algorithm des achieve, c programming in visual c++ run.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:209067
    • 提供者:danrenpang
  1. rc4_java

    0下载:
  2. java rc4 加密 rc4加密算法的一个实现-java rc4 encryption
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:17000
    • 提供者:ray
  1. twofish-vb

    0下载:
  2. 加密解密算法工具,可以实现TWOFISH加密算法的功能。-Tools for encryption and decryption algorithms can be achieved TWOFISH encryption algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:6348
    • 提供者:lz
  1. rc4

    0下载:
  2. vb实现的完整的rc4加密算法,可以自由使用-vb to achieve a complete rc4 encryption algorithm, can be free to use
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2657
    • 提供者:winterball
  1. java_DES加密解密源码

    0下载:
  2. Java实现des加密解密算法,des加密解密算法(Java implementation of DES encryption algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:5120
    • 提供者:xx.
  1. VC++ 加密算法200多种

    0下载:
  2. 各种加密算法大全,再也不用到处去找了,收集整理非常完善。(All Sericute very very easy very very good)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:295936
    • 提供者:浪涛UFC
  1. 加密算法源码

    0下载:
  2. 单片机加密算法,包括AES,DES,MD5,RC6,RSA等(SCM encryption algorithm, including AES, DES, MD5, RC6, RSA and so on)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:15360
    • 提供者:xyharm
  1. TestAESCipher

    0下载:
  2. AES(Advanced Encryption Standard)加密算法的C++实现(C++ implementation of AES algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:260096
    • 提供者:Zhoug_dan
  1. Column permutation cipher

    0下载:
  2. 列置换加密算法,C语言实现,比较初级,但是运行没啥问题(Column permutation cipher)
  3. 所属分类:其他

  1. tea加密解析算法

    0下载:
  2. 在游戏项目中,一般需要对资源或数据进行加密保护,最简单高效的加密算法就是采用位与或之类的,但是比较容易被人分析出来。 TEA加密算法不但比较简单,而且有很强的抗差分分析能力,加密速度也比较快。可以根据项目需求设置加密轮数来增加加密强度。(Simple algorithm of tea encryption and decryption)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:19456
    • 提供者:panpanpan9898
  1. rsa_algorithm demo

    0下载:
  2. RASA加密算法,可加密解密。资源借用,仅供参考。(RASA encryption algorithm, encryption and decryption.)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:115712
    • 提供者:pddn_ly
  1. 有限域

    0下载:
  2. 通过上机操作,使学生对高级加密标准AES算法的执行过程、密钥编排方案和加密算法的实现过程等有一个更加清晰地认识。通过本次实验,加深学生对分组密码的认识。(Through the operation of the computer, we have a clearer understanding of the implementation process of the AES algorithm, the key arrangement scheme and the implementation
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:69632
    • 提供者:斩月
  1. RSA加解密算法

    0下载:
  2. 通过上机操作,使同学生对公钥加密算法RSA密码体制的加、解过程有一个更加清晰地认识。通过本次实验,加深学生对公钥密码体制的认识,为后面的学习打下基础。(Through the operation of the computer, there is a clearer understanding of the process of adding and solving the RSA cryptosystem of the public key encryption algorithm. Thro
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:斩月
  1. 证书加密解密

    0下载:
  2. 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:672768
    • 提供者:lala_
  1. sm3算法c语言实现

    0下载:
  2. 国密加密算法中sm3算法vc6内使用c,c++实现(Implementation of Sm3 algorithm in vc6 in encryption algorithm)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:6144
    • 提供者:小发哥
  1. 典型密码算法及其C语言实现——附录代码

    4下载:
  2. 几乎囊括了所有主流的加密算法的c语言实现哦(Almost all the mainstream encryption algorithms are implemented in C language.)
  3. 所属分类:其他

    • 发布日期:2018-12-17
    • 文件大小:23674880
    • 提供者:dispa1r
  1. TX-TDC-最新算法

    1下载:
  2. TX登录 滑块验证码 TDC最新的加密算法.....(TX verification code TDC latest encryption algorithm)
  3. 所属分类:其他

    • 发布日期:2019-10-06
    • 文件大小:7168
    • 提供者:神殇灬小叶
  1. VC 信息加密聊天源代码

    1下载:
  2. 本聊天程序采用2048bit 的RSA 数据加密算法对数据进行加密和数字签名后发出,因为RSA加密信息需要大量的时间,因此本程序适合用来传递密钥或对非常重要且信息量较少的网络通讯。本程序编译后运行界面如上所示,正常聊天需要进行设置,设定对方IP地址,QQ号或电子邮件地址,接下来就可以发消息了,程序还可以完成如图所示的其它功能。(This chat program uses the RSA data encryption algorithm of 2048 bits to encrypt and
  3. 所属分类:其他

    • 发布日期:2019-11-17
    • 文件大小:83968
    • 提供者:小阿七
  1. AES加密算法

    0下载:
  2. AES加密算法,实现了3种密钥长度的算法。
  3. 所属分类:其他小程序

    • 发布日期:2020-08-05
    • 文件大小:106212
    • 提供者:kylin65
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com