搜索资源列表
组合加密软件包 Lock Manage 5
- Lock Manage 是一个功能比较全面的加密软件。 它具有多种加密方案:如文件口令加密,文件反拷贝加密,软硬盘加密,安装加密,文本加密,批处理加密等等。系统是由C和汇编写成,可从外部链接于主模块。可单独编译,单独调试。可执行EXE/COM程序加密模块已经过长时间的测试分析,其工作性能己十分稳定。可移植性与兼容性很好。另外,代码实现了CS,DS不换技术,使其SHELL性能难以被DEBUG识别。其内部密码采用单向不可逆变换,基本实现了不可解,原因在于四个随机密钥只能用穷举法找出。这种可靠原四密钥
HideInfod
- 一个用于加密解密的VC++源代码。对字符串进行加密,可逆算法。由VB代码改写。-one for encryption and decryption of VC source. The string of encrypted algorithm reversible. By VB code rewrite.
InreversableDecode
- 解密算法实现.采用VB6编写,针对不可逆的单向加密,在网络安全方面很有用。-decryption algorithm. Prepared using VB6 against irreversible one-way encryption, network security very useful.
rc4
- rc4算法的加密和解密源代码 加密和解密过程是可逆的
MD5不可逆加密算法的ASP实现实例
- 此为国外转载函数,可将任意字符转换为md5 16为字符加密形式,而且为不可逆转换。-reproduced here for foreign functions, arbitrary characters can be converted to 16 md5 encrypted form of characters, but also to irreversible change.
knjm
- 一个利用异或加密算法的程序,有较好的界面,同时可以进行解密运算。名称为可逆加密。可以对任何文件进行全代码异或,同时可使用其他通信工具传输异或密码。达到文件传输的安全性。-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
Encryption-and-decryption
- C#开发的一款简单的可逆加密解密小软件,使用8位加密密钥。-Encryption and decryption
3DES
- 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.
DiscreteEncrypt
- 同余幂离散取值密码加密不可逆算算法 此算法主要用在网站对用户注册的密码加密,当黑客下载了网站保存用户注册信息的数据库时也不能算出用户的密码。-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
SimpleEncryptionAlgorithm
- 简单的加密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符. 128~~255的字符会让人看起来头痛些。。。。。。安全. 当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位 当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位 当ch[?]的值为质数时:ch[?]=128+ch[?]的个位
SimpleEncryptionAlgorithmReversibleAndIrreversible
- 简单的加密解密算法,可逆与不可逆 数据加密: 算法1:(不可逆) 将ASCII表中32~~126中的字符,加密后,显示为128~~255的字符. 128~~255的字符会让人看起来头痛些。。。。。。安全. 当ch[?]的值为偶数时:ch[?]=255-ch[?]的个位*10-ch[?]的十位 当ch[?]的值为奇数时: ch[?]=128+ch[?]的个位*10+ch[?]的十位 当ch[?]的值为质数时:ch[?]=128+ch[?]的
Encoder_DingChangJiaMi
- 加密算法.采用定长方式.可逆加密方式.des.混排.钥匙.均在密文中.-Encryption algorithm. The use of fixed-length approach. Reversible encryption method. Des. Mixed. Key. Are dense text.
md5
- MD5和一个可逆加密算法相接合的加密和解密程序-md5
32_bit_irreversible_encode
- 32位不可逆加密算法Java实现 (32-bit irreversible encode.java)-32-bit irreversible encode
md5
- delphi MD5 不可逆加密算法,校验用-delphi MD5 encryption algorithm is not reversible, check with
BASE64Java
- 本篇内容简要介绍BASE64、MD5、SHA、HMAC几种加密算法。 BASE64编码算法不算是真正的加密算法。 MD5、SHA、HMAC这三种加密算法,可谓是非可逆加密,就是不可解密的加密方法,我们称之为单向加密算法。我们通常只把他们作为加密的基础。单纯的以上三种的加密并不可靠。 -This brief introduction to the contents of BASE64, MD5, SHA, HMAC several encryption algorithms. BA
MD5
- jsp不可逆加密算法MD5加密源码,java编写,下载后解压为源码,利用java环境编译为.class文件后调用即可!-md5 code
DESCipher
- 加密算法实现,实现了JAVA版的DES可逆加密算法-DES encryption algorithm
EncryptionDecryption
- 用Java实现的一个可逆加密工具类,很不错!我在自己的项目已经使用。-Java implementation of a reversible encryption tools, very good! I already use in your own projects.
md5
- MD5加密算法,属于不可逆加密算法,用于安全相关管理工作。-MD5 encryption algorithm, non-reversible encryption algorithm, for safety-related work.