CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 可逆 加密

搜索资源列表

  1. 组合加密软件包 Lock Manage 5

    0下载:
  2. Lock Manage 是一个功能比较全面的加密软件。 它具有多种加密方案:如文件口令加密,文件反拷贝加密,软硬盘加密,安装加密,文本加密,批处理加密等等。系统是由C和汇编写成,可从外部链接于主模块。可单独编译,单独调试。可执行EXE/COM程序加密模块已经过长时间的测试分析,其工作性能己十分稳定。可移植性与兼容性很好。另外,代码实现了CS,DS不换技术,使其SHELL性能难以被DEBUG识别。其内部密码采用单向不可逆变换,基本实现了不可解,原因在于四个随机密钥只能用穷举法找出。这种可靠原四密钥
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:102537
    • 提供者:何福保
  1. HideInfod

    0下载:
  2. 一个用于加密解密的VC++源代码。对字符串进行加密,可逆算法。由VB代码改写。-one for encryption and decryption of VC source. The string of encrypted algorithm reversible. By VB code rewrite.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:79128
    • 提供者:蚂蚁上树
  1. InreversableDecode

    0下载:
  2. 解密算法实现.采用VB6编写,针对不可逆的单向加密,在网络安全方面很有用。-decryption algorithm. Prepared using VB6 against irreversible one-way encryption, network security very useful.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:4537
    • 提供者: 张小思
  1. rc4

    0下载:
  2. rc4算法的加密和解密源代码 加密和解密过程是可逆的
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1500
    • 提供者:kiki
  1. MD5不可逆加密算法的ASP实现实例

    0下载:
  2. 此为国外转载函数,可将任意字符转换为md5 16为字符加密形式,而且为不可逆转换。-reproduced here for foreign functions, arbitrary characters can be converted to 16 md5 encrypted form of characters, but also to irreversible change.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:10013
    • 提供者:许俊
  1. knjm

    1下载:
  2. 一个利用异或加密算法的程序,有较好的界面,同时可以进行解密运算。名称为可逆加密。可以对任何文件进行全代码异或,同时可使用其他通信工具传输异或密码。达到文件传输的安全性。-The use of an XOR encryption algorithm program, and a better interface, while the decryption. The name of the reversible encryption. Any document can be full code XO
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2016-06-12
    • 文件大小:8192
    • 提供者:fdfdsfsf
  1. Encryption-and-decryption

    1下载:
  2. C#开发的一款简单的可逆加密解密小软件,使用8位加密密钥。-Encryption and decryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-06
    • 文件大小:64958
    • 提供者:lxw
  1. 3DES

    0下载:
  2. 3DES加解密算法源代码. 做为可逆算法,可用于很多信息加密的工程中,相信大家会用得上的。-3DES encryption algorithm source code. As a reversible algorithm, a lot of information can be used to encrypt the project, believe that you will be useful for.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:6949
    • 提供者:magicliao
  1. DiscreteEncrypt

    0下载:
  2. 同余幂离散取值密码加密不可逆算算法 此算法主要用在网站对用户注册的密码加密,当黑客下载了网站保存用户注册信息的数据库时也不能算出用户的密码。-Power discrete values with more than encryption algorithms considered irreversible algorithm mainly used in Web site registered to the user password encryption, when the hacker
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:16044
    • 提供者:Fly
  1. SimpleEncryptionAlgorithm

    0下载:
  2. 简单的加密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符. 128~~255的字符会让人看起来头痛些。。。。。。安全. 当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位 当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位 当ch[?]的值为质数时:ch[?]=128+ch[?]的个位
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6717
    • 提供者:lymyoyo
  1. SimpleEncryptionAlgorithmReversibleAndIrreversible

    0下载:
  2. 简单的加密解密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符. 128~~255的字符会让人看起来头痛些。。。。。。安全. 当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位 当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位 当ch[?]的值为质数时:ch[?]=128+ch[?]的
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-15
    • 文件大小:6609
    • 提供者:lym
  1. Encoder_DingChangJiaMi

    0下载:
  2. 加密算法.采用定长方式.可逆加密方式.des.混排.钥匙.均在密文中.-Encryption algorithm. The use of fixed-length approach. Reversible encryption method. Des. Mixed. Key. Are dense text.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:27930
    • 提供者:DanAlpha
  1. md5

    0下载:
  2. MD5和一个可逆加密算法相接合的加密和解密程序-md5
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:885
    • 提供者:giantor
  1. 32_bit_irreversible_encode

    0下载:
  2. 32位不可逆加密算法Java实现 (32-bit irreversible encode.java)-32-bit irreversible encode
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-08
    • 文件大小:822
    • 提供者:穆雨
  1. md5

    0下载:
  2. delphi MD5 不可逆加密算法,校验用-delphi MD5 encryption algorithm is not reversible, check with
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:195992
    • 提供者:liyong
  1. BASE64Java

    0下载:
  2. 本篇内容简要介绍BASE64、MD5、SHA、HMAC几种加密算法。 BASE64编码算法不算是真正的加密算法。 MD5、SHA、HMAC这三种加密算法,可谓是非可逆加密,就是不可解密的加密方法,我们称之为单向加密算法。我们通常只把他们作为加密的基础。单纯的以上三种的加密并不可靠。 -This brief introduction to the contents of BASE64, MD5, SHA, HMAC several encryption algorithms. BA
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:60548
    • 提供者:whalestudio
  1. MD5

    0下载:
  2. jsp不可逆加密算法MD5加密源码,java编写,下载后解压为源码,利用java环境编译为.class文件后调用即可!-md5 code
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:4399
    • 提供者:江红武
  1. DESCipher

    0下载:
  2. 加密算法实现,实现了JAVA版的DES可逆加密算法-DES encryption algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:1703
    • 提供者:58226536
  1. EncryptionDecryption

    0下载:
  2. 用Java实现的一个可逆加密工具类,很不错!我在自己的项目已经使用。-Java implementation of a reversible encryption tools, very good! I already use in your own projects.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-12
    • 文件大小:1466
    • 提供者:古道风
  1. md5

    0下载:
  2. MD5加密算法,属于不可逆加密算法,用于安全相关管理工作。-MD5 encryption algorithm, non-reversible encryption algorithm, for safety-related work.
  3. 所属分类:CA program

    • 发布日期:2017-04-03
    • 文件大小:2897
    • 提供者:王建国
« 12 »
搜珍网 www.dssz.com