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

搜索资源列表

  1. 20040625011317581

    0下载:
  2. 加解密軟體 方便你可以做一些封包的解密動作 至少不用花太多時間算-Encryption and decryption software easier to do something you can decrypt packet action, at least not to spend too much time counting
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:140677
    • 提供者:涂瑞龍
  1. TheGoogleStory

    0下载:
  2. 介绍GOOGLE创始人的传奇经历和艰辛历程。全面解密GOOGLE的快速成长之路。- GOOGLE introduction of the legendary founder of experience and hard journey. GOOGLE fully decrypt the rapid growth of the road.
  3. 所属分类:IT Hero

    • 发布日期:2017-06-11
    • 文件大小:18840581
    • 提供者:catcat
  1. doc2

    0下载:
  2. This project demonstrates the use of secure hash functions technique to implement a file encryption / decryption system. This implemented application can encrypt / decrypt multiple files on the fly using a password. The password supplied by the
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:201100
    • 提供者:vara
  1. filetoolarchive

    0下载:
  2. 使用VC编写的文件操作类FileTool,主要有四个函数: //加密文件,输入参数为文件名,采用了BlowFish加密算法 BOOL EncryptFile[char * pFileName] //解密文件,输入参数为文件名 BOOL DeCryptFile[char * pFileName] //对某一目录下的文件打包,包括子目录,采用了LZARI压缩算法 BOOL Archieve[char * dir, char * arch] BOOL
  3. 所属分类:File Operate

    • 发布日期:2017-04-06
    • 文件大小:22926
    • 提供者:wulang
  1. RSA

    1下载:
  2. 详细介绍了Powerbuilder中RSA加解密程序的实现-RSA pb Powerbuilder
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2014-11-03
    • 文件大小:41484
    • 提供者:zsl
  1. FileEncryptorVC_ProAndCrked

    0下载:
  2. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:365031
    • 提供者:Lander
  1. Ewell

    0下载:
  2. 大家应该都知道鼎鼎有名的E灵通在线考试系统,它的代码是经过加密并且限制了部分功能,下载下来属于测试版本,商业版本它现在出售1000元一套,我完全解密了它的代码,现在是完全开源ASP+ACC,并且取消了功能的限制。经过测试修正了BUG,可以完全正常使用。-We should all know that the E well鼎鼎有名online exam system, which are encrypted code and restrictions on some features, downl
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-04
    • 文件大小:655707
    • 提供者:xzg
  1. TelegramDecoder

    0下载:
  2. Crypt|Decrypt between telegram and text. Could work on input or file.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:11231
    • 提供者:daifei
  1. php.encrypt.php

    1下载:
  2. encrypt/decrypt for PHP -encrypt/decrypt for PHP
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:1085
    • 提供者:ssbbs
  1. Des

    0下载:
  2. this progam written in java language and describe the des algorithm that allow us to encrypt and decrypt the information
  3. 所属分类:Java Develop

    • 发布日期:2017-04-27
    • 文件大小:224218
    • 提供者:zooz
  1. gongyao

    0下载:
  2. RSA也可以用来为一个消息署名。假如甲想给乙传递一个署名的消息的话,那么她可以为她的消息计算一个散列值,然后用她的密钥加密这个散列值并将这个“署名”加在消息的后面。这个消息只有用她的公钥才能被解密。乙获得这个消息后可以用甲的公钥解密这个散列值,然后将这个数据与他自己为这个消息计算的散列值相比较。假如两者相符的话,那么他就可以知道发信人持有甲的密钥,以及这个消息在传播路径上没有被篡改过。-RSA can also be used as a signed message. If i want to
  3. 所属分类:Document

    • 发布日期:2017-04-26
    • 文件大小:22365
    • 提供者:吴成刚
  1. SCode

    0下载:
  2. DES算法的入口参数有三个:Key、Data、Mode。其中Key为8个字节共64位,是DES算法的工作密钥;Data也为8个字节64位,是要被加密或被解密的数据;Mode为DES的工作方式,有两种:加密或解密,如果Mode为加密,则用Key去把数据Data进行加密,生成Data的密码形式作为DES的输出结果;如Mode为解密,则用Key去把密码形式的数据Data解密,还原为Data的明码形式作为DES的输出结果。在使用DES时,双方预先约定使用的”密码”即Key,然后用Key去加密数据;接收方
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-24
    • 文件大小:85972
    • 提供者:daijie
  1. DesEncrypt

    0下载:
  2. * 使用DES加密与解密,可对byte[],String类型进行加密与解密 密文可使用String,byte[]存储. * * 方法: void getKey(String strKey)从strKey的字条生成一个Key * * String getEncString(String strMing)对strMing进行加密,返回String密文 String * getDesString(String strMi)对strMin进行解密,返回String明文
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1285
    • 提供者:tulip
  1. file

    0下载:
  2. 电子密码锁源程序,系统能完成开锁、超时报警、超次锁定、管理员解密、修改用户密码基本的密码锁的功能-Electron source locks, the system can achieve lock, the police overtime,超次lock, decrypt administrator, modify the user' s password locks the basic functions of
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-15
    • 文件大小:7726
    • 提供者:宋涛
  1. Crypto

    0下载:
  2. Crypt / DeCrypt Class in C#.-Crypt/DeCrypt Class in C#.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1543
    • 提供者:Pep
  1. MainWindow

    0下载:
  2. U can encrypt or Decrypt images, text,sound
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1599
    • 提供者:arvind
  1. fiestal.c

    0下载:
  2. program to encrypt and decrypt using DES
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1477
    • 提供者:qwert
  1. DES

    0下载:
  2. 使用VC编程实现DES的加密与解密算法,能够加密和解密文件,使用的密钥是八位-VC Programming using DES encryption and decryption algorithms to encrypt and decrypt files, the key is to use eight
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-14
    • 文件大小:3514021
    • 提供者:靳超
  1. DES

    0下载:
  2. 模拟DES算法,程序使用八位密钥。 2. 程序使用 输入:输入明文,输入8位密钥。 点击“加密”按钮,即可获得加密密文。 输出:在编辑框中显示密文。 点击“解密”按钮,即可获得明文。 输出:在编辑框中显示明文。 -Simulation DES algorithm, the use of eight key procedures. 2. Procedures using input: enter explicitly, enter the 8-bit key. Cli
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-09
    • 文件大小:1991839
    • 提供者:木佳强
  1. caser

    0下载:
  2. 这是一个通用的凯撒加密,进入界面可以选择,1.加密2.解密-This is a common Caesar encryption, enter the interface to choose, 1. Encryption 2. Decrypt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:24311
    • 提供者:吕婉琪
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com