搜索资源列表
字符串的加密与解密
- 字符串的加密与解密-string encryption and decryption
vc_des_class_revision
- des加解密的算法,不错的字符串加密与解密
pin
- C语言的字符串的加密与解密的各种方法-C language character string encryption and decipher each method
字符串的加密与解密
- 字符串的加密与解密-string encryption and decryption
vb_code
- 通过随机数与按位算法对字符串的加密与解密 -through random numbers and caput algorithm string encryption and decryption
加密解密字符串的例子
- 加密解密字符串的例子,使用vb源码编写。与大家共勉。-string encryption and decryption example, the use of vb source prepared. We shall.
encryptdll3.7final
- 共享软件加密算法库,一款针对个人、企业开发共享软件的加密工具,支持Windows平台下各类开发工具:VC、VB、Delphi、PB、VFP等,算法库集成的算法有:BlowFish、MD5、Secret16、AES、SHA、CRC32、RSA、DES、字符串加/解密、文件加/解密等多种功能强大的算法。其提供了DLL文件-Reg.dll,可以通过复用它来实现数据加密与解密。 -sharing software encryption al
vc_des_class_revision
- des加解密的算法,不错的字符串加密与解密-des encryption and decryption algorithms, a good string encryption and decryption
AES()
- 1、更正了原来的1.0版本的所有内存泄漏问题。 2、使用了文件读写的缓冲技术,对加密与解密在速度上都有一定的加快。 3、使用了进度条来显示加密与解密的进度,使其过程更加生动,不单调。 4、使用了多线程技术,这对于有多处理机的计算机来说,速度有一定的提高。 5、使用了与原始AES加密/解密算法中对状态数组按列处理等价的按行来处理数 据(当然在相应的函数中也作了相应的修改),避免了对状态数组的转置操作, 加快了加密与
ChineseStrEncryptAndDecrypt
- 网上找到的许多字符串加密的函数只能对英文字符串进行加密,字符串中若含有汉字则*为力了,经过研究,对网上下载的源码进行了部分修改添加,使得可以对中文字符串也可以进行加密,支持英文与汉字混合字符串加密,VB中对字符串进行加密的模块,字符串中可以有中文字符,使用方法:cipher 密码,源串,存放加密后的字符变量 解密用decipher 密码,被加密的字串,字符串变量。源码多数为网上下载源代码,本人只进行了组合修改,支持回车换行与制表符等部
MD5Str
- 字符串的加密与解密功能的java源代码类,可以自定义加密的字符。-String encryption and decryption function of java source code for classes, you can customize the encrypted characters.
Password
- 密码加密与解密 对字符串进行MD5编码,并进行解密-Password encryption and decryption of the MD5 encoded string and decrypt
encode
- VB开发的简易字符串加密与解密函数源码。-VB developers a simple string encryption and decryption functions source.
Base64EncryptionandDecryption
- Visual Basic 6.0的Base64字符串加密与解密模块,实现字符串的加密与解密,适用与中文文字的加密与解密。-Visual Basic 6.0 is Base64 string encryption and decryption module, string encryption and decryption for the Chinese text encryption and decryption.
cDefineMd5
- MD5加密、解密,字符串加密与解密,生成密钥-md5code encode stringencode
DES
- 完成输入字符串、读写文件两种形式的加密与解密。(Complete the input string, read and write files in two forms of encryption and decryption.)
加密字符串(引用DLL)
- 调用DLL实现字符的加密与解密,其中dll中有自己定义的加密和解密方法,在c#中调用这两个方法,即可实现字符串的加密与解密。(Call DLL to achieve the characters of encryption and decryption, in which DLL has its own definition of encryption and decryption methods, call these two met
密码相关
- 主要是对字符串进行加密与解密操作,提供静态方法,便于调用。(Mainly for string encryption and decryption operations, to provide a static method, easy to call.)
salt_hash
- 1.使用Node.js中的crypto模块加密用户密码和加盐,加密密码和原始密码验证。 2.使用Node.js中的crypto模块对字符串进行加密和解密,采用非对称加密方式。(1. use the crypto module in Node.js to encrypt the user's password and add salt, cipher and original password authentication. 2.