搜索资源列表
Base64Code
- Base64加密,解密,有良好的图形界面
Base64
- Base64 加密算法模块,VB 编写,代码已经优化!-Base64 Encoder&Decoder
Base64
- Csharp下的字符串通过base64方式进行加密解密。以及url加密与解密。-Csharp string under way by the base64 encryption and decryption. And url encryption and decryption.
MyBase64
- Asm写的Base64加密工具,本人创作-Asm write Base64 encryption tool, I created
EST-Evilhsu
- 系统锁定功能为单独软件被认为是病毒(应该是对软件加壳进行报警),部分杀毒软件会认为blackskylock.bin是病毒。 软件功能: 1.系统信息获取 2.文件信息获取 3.系统进程管理 4.系统服务管理 5.系统驱动管理 6.硬盘信息获取 7.注册表启动项管理 8.终端服务(3389)端口修改 9.MD5算法加密模块 10.BASE64算法加密解密模块 11.URL编码功能和十六进制转换功能 12.文件压缩模块(Dwing的算法)
x3chun_base64encodedecode
- base64编码解码单元,字符串加加密解密-base64 encoding decoding unit, add the string encryption and decryption
Encrpt
- 使用BASE64加密算法进行文件内容加密-BASE64 EDCODE
md5
- 实在密码MD5 MD5+BASE64加密-MD5 MD5+BASE64
base64
- base64加密解密工具 很好很方便的东西!-base64 encryption and decryption tool is very convenient for a very good thing!
codeDll
- 用VB6.0做出的字串加密dll(带源码)!! code.dll的说明: 这是一个由VB做成的dll文件,它支持对字串进行Base64和随机数加解密两种方式。 如果要进行中英文混合加解密,可以先用Base64函数加解密,再用随机数解密。 注意,加密和解密是逆向的,如加密过程为 Rand_Encode(Base64_Encode(str)) 则解密过程为 Base64_Decode(Rand_Decode(pas)) 函数原型为: Public Func
DZdenglu
- DZ论坛登录器。修改版,源码 增加了一个记住账号,密码,问题,答案的功能。 采用base64加密。-DZ forums log device. Revised version, added a source to remember account number, password, question, answer function. Use base64 encryption.
Base64
- base64加密 openssl加密算法实现-base64 encryption openssl encryption algorithm
Base64
- Base64加密的源代码演示程序,用于加密你的文档或数据-Base64 encrypted source code demo program, used to encrypt your documents or data
Base64
- BASE64加密 有详细的源代码说明内容,请指正-BASE64 CODE
VC-base64-encryption-and-decryption
- VC base64 加密和解密 VC base64 encryption and decryption-VC base64 encryption and decryption VC base64 encryption and decryption
base64api
- 支持base64 加密解密的win32动态库库,可以用于pb等开发工具使用。(Base64 encryption and decryption support Win32 dynamic library, which can be used for PB development tools.)
base64
- pb9的base64加密解密的源代码。。。(PB9 base64 encryption and decryption of the source code...)
ToolCrypt
- base64加密解密 在vs2015上实现的C#程序(decode+encode I don't know what I can say ... 20 words are so hard)
js加密
- MD5 sha1 base64的js文件,可以直接使用。(MD5 sha1 base64 js files, can be used directly.)
Base64
- public static String encode(byte[] binaryData) { if (binaryData == null) { return null; } int lengthDataBits = binaryData.length * EIGHTBIT; if (lengthDataBits == 0) { return "&qu