文件名称:codeDll

介绍说明--下载内容均来自于网络,请自行研究使用

用VB6.0做出的字串加密dll(带源码)!!

code.dll的说明:

这是一个由VB做成的dll文件,它支持对字串进行Base64和随机数加解密两种方式。

如果要进行中英文混合加解密,可以先用Base64函数加解密,再用随机数解密。

注意,加密和解密是逆向的,如加密过程为 Rand_Encode(Base64_Encode(str))

则解密过程为 Base64_Decode(Rand_Decode(pas))



函数原型为:

Public Function Rand_Encode(ByVal x As String) As String 随机数加密,支持英文半角

Rand_Decode(ByVal x As String) As String 随机数解密,支持英文半角

Public Function Base64_Decode(ByVal strSource As String) As String Base64解密,支持中英文全半角

Public Function Base64_Encode(ByVal strSource As String) As String Base64加密,支持中英文全半角-Made with VB6.0 string encryption dll (with source code)! !

code.dll descr iption:

 This is a made by the VB dll files, it supports Base64 string and random number for encryption in two ways.

If you want to encrypt and decrypt mixed Chinese and English, can first use the Base64 encryption function, and then decrypt the random number.

 Note that encryption and decryption is the reverse, such as the encryption process is Rand_Encode (Base64_Encode (str))

The decryption process is Base64_Decode (Rand_Decode (pas))

 

Function prototype is:

   Public Function Rand_Encode (ByVal x As String) As String random number encryption, support for the English half-angle

   Rand_Decode (ByVal x As String) As String decrypted random number to support the English half-angle

   Public Function Base64_Decode (ByVal strSource As String) As String Base64 decryption, to support Chinese and English full half-width

   Public Function Base64_Encode (ByVal strSource As Stri
相关搜索: codedll
excel
vb
base64
decode
base64
VB

(系统自动生成,下载前可以参看下载内容)

下载文件列表

MSSCCPRJ.SCC

Prjcode.vbp

Prjcode.vbw

code.dll

codedll说明.txt

Module1.bas

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org