搜索资源列表

  1. 加密

    0下载:
  2. 48位的双鱼加密解密算法-48 of the Beas encryption and decryption algorithm
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:21831
    • 提供者:严颖
  1. 三栏栅解密算法

    0下载:
  2. 此小程序为三栏栅解密算法程序,对进行过三栏栅加密的密文通过解密后可还原成相应的明文-this small program for three fencing decryption algorithm procedures, conducted three fencing encrypted ciphertext can be declassified by reduced accordingly expressly
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:5552
    • 提供者:万艳良
  1. n栏栅解密算法

    0下载:
  2. 此小程序为N栏栅解密算法的一种,对某一N值加密过的密文进行解密,此时只要确定N值即可解密。作者:万艳良 单位:武汉理工大学-the procedure is one of n bit palisade decrypt arithmetic,if decrypting the file which has been encrypted with N that one of the number,at this time ,if
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:6581
    • 提供者:万艳良
  1. Vigenere加密器(TC版)

    0下载:
  2. 本程序在Tc3.0下编译通过,主要功能实现Vigenere加密解密算法。 使用方法: 0)退出。 1)加密: 根据提示先输入一个明文文件名(*.txt),再输入加密密钥,便可加密。 2)解密: 根据提示先输入欲解密密文的文件名(*.txt),再输入密钥,便可解密。-the procedures under the Tc3.0 compiler, the main function of achieving Vigenere encryp
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:17298
    • 提供者:
  1. RSA加密算法在VB中的实现

    1下载:
  2. RSA加密算法在VB中的实现 rsa加密解密算法在vb中的实现 仅供参考-RSA encryption algorithm in the VB achieve rsa encryption and decryption algorithm in the vb achieve is for reference only
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:1880
    • 提供者:yang
  1. vigenere加密解密

    0下载:
  2. 这个源码是实现VIGENERE算法的加密解密程序,界面操作简单,一看就明白,就不用介绍了.-this source is VIGENERE the encryption and decryption algorithms procedure, the interface is simple, a person would understand, I have not introduced.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:22388
    • 提供者:dai
  1. DES加密

    0下载:
  2. 这是一个用VC开发的DES加密/解密算法,非常好用.能和大家交流.-This is a development of the VC DES encryption / decryption algorithm, a very handy. You can exchange.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:2444137
    • 提供者:赖高
  1. RSA 公开密匙加密算法的替换程序

    0下载:
  2. RSA公开密钥加密解密算法的替换程序,程序优化,效率高-RSA public key encryption and decryption algorithm replacement procedure is optimized, high efficiency
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:7680
    • 提供者:张进
  1. NSEA加密解密算法

    0下载:
  2. 一个非常不错的加密算法程序,非常有参考价值-a very good encryption algorithm, a very valuable reference
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:28001
    • 提供者:吴少华
  1. dephp_phpjm

    1下载:
  2. phpjm混淆加密解密算法 适用于通用的PHP混淆解密,解密原理类似,感兴趣的可以参考研究。(Phpjm confused encryption and decryption algorithm, suitable for general PHP confusion, decryption, decryption principle similar, interested can refer to research.)
  3. 所属分类:PHP编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:huhua2017
  1. 加密des算法

    0下载:
  2. DES算法,自行设置七位密钥,可成功加密和解密,密码输错三次则解锁失败。(DES algorithm, set its own seven bit key, can be successfully encrypted and decrypted, password error three times, unlock failure.)
  3. 所属分类:汇编语言

    • 发布日期:2024-05-18
    • 文件大小:1145856
    • 提供者:虫子虫
  1. 新建文件夹

    0下载:
  2. 用js语言来实现rsa加密解密算法,函数rsaEncrypt()用来实现加密;函数rsaDecrypt()用来实现解密;(Implementation of RSA encryption and decryption algorithm with JS)
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:飘&江
  1. tea加密解析算法

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

    • 发布日期:2024-05-18
    • 文件大小:19456
    • 提供者:panpanpan9898
  1. RSA加解密

    0下载:
  2. RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。rsa算法加解密在vb中的运用,其中有加密解密的方法。(RSA is the most widely studied of the public key algorithm, from the nearly two decades now, we have tested a variety of attac
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:蛏子
  1. DES_Encryption

    0下载:
  2. PHP JAVA C#互通的DES加密解密算法 C#代码 /// <summary> /// 进行DES解密。 /// </summary> /// <param name="pToDecrypt">要解密的串</param> /// <param name="sKey"
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:14336
    • 提供者:平淡人
  1. DES

    0下载:
  2. 实现DES函数的加密解密过程,并且能够实现任意长度任意字符的加密和解密(Implement the encryption and decryption process of DES function)
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:Vinegar
  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
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:斩月
  1. 300多种加密解密算法(C++)源代码

    0下载:
  2. 300多种加密算法都能用,但是是c++写得,注意用法(assjsdf c++ sajfjf'd s;kf)
  3. 所属分类:加密解密

    • 发布日期:2024-05-18
    • 文件大小:376832
    • 提供者:李华2222
  1. 易语言RSA算法模块

    0下载:
  2. 完整的RSA算法历程,加密解密,生成秘钥(Course, the complete RSA algorithm encryption and decryption, key generation)
  3. 所属分类:易语言编程

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:JokerDSDS
  1. Tea加解密

    0下载:
  2. QQ的TEA加密解密算法,是易语言的源代码,全部开源。(QQ's TEA encryption and decryption algorithm.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:张富强
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

源码中国 www.ymcn.org