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

搜索资源列表

  1. vb.netProject1

    0下载:
  2. 用vb.net编写的小程序,程序实现了文件加密,排序,解密等功能。-prepared using vb.net small procedures, procedures to achieve the document encryption, scheduling, decryption and other functions.
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:910.02kb
    • 提供者:黄梅玲
  1. 如何对字符串进行加密解密

    0下载:
  2. 如何对字符串进行加密解密 本人在操作数据库时,考虑到该数据库还有可能被其他软件打开,所以想能否有另外一种方式把数据库中数据进行加密呢,也就是说,即使别人利用其他的软件打开了该数据库,看到的也是一片乱码,根本不知道数据库进而是什么内容。出于这种情况,本人利用VB中自带 RND()函数的功能编写了如下加密解密方法。 当RND()的参数(我们称它为种子)为负值时,同一种子产生同一个随机序列,同时VB还具有强大的二进制技术功能。 这样我们可以按以下方法实现字符串内容的加密解密。-How to encod
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:986byte
    • 提供者:张京川
  1. VB加密解密源代码

    2下载:
  2. rijndaelvb.zip The enclosed VB project includes a VB class that implements the Rijndael AES block encryption algorithm. The form in the project runs some test data through the class. The rijndael.asp file is a VBscr ipt ASP file that can be used as
  3. 所属分类:文件操作

    • 发布日期:2008-11-24
    • 文件大小:13.14kb
    • 提供者:yusy2000
  1. vb文件加密解密

    1下载:
  2. vb文件加密解密
  3. 所属分类:界面编程

    • 发布日期:2012-04-03
    • 文件大小:2.07kb
    • 提供者:cqjian
  1. ChineseStrEncryptAndDecrypt

    0下载:
  2. 网上找到的许多字符串加密的函数只能对英文字符串进行加密,字符串中若含有汉字则无能为力了,经过研究,对网上下载的源码进行了部分修改添加,使得可以对中文字符串也可以进行加密,支持英文与汉字混合字符串加密,VB中对字符串进行加密的模块,字符串中可以有中文字符,使用方法:cipher 密码,源串,存放加密后的字符变量 解密用decipher 密码,被加密的字串,字符串变量。源码多数为网上下载源代码,本人只进行了组合修改,支持回车换行与制表符等部分控制格式的字符,解密后的字符串完全保留原样,该代码已在作者
  3. 所属分类:File Operate

    • 发布日期:2017-03-30
    • 文件大小:1.5kb
    • 提供者:覃东
  1. encrypt

    0下载:
  2. 加密/解密程序 源码,以函数形式提供。可加入VB工程进行使用,或用其他语言改写。-Encryption/decryption program source code to the form function. VB projects may be included in the use of, or in any other language rewritten.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:7.09kb
    • 提供者:LH
  1. VB0922

    0下载:
  2. vb开发的读取温度探头温度的小程序,有文件加密解密功能!-vb development of the temperature probe reads the temperature of small procedures, file encryption decryption function!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:29.85kb
    • 提供者:hyf
  1. twofish-vb

    0下载:
  2. 加密解密算法工具,可以实现TWOFISH加密算法的功能。-Tools for encryption and decryption algorithms can be achieved TWOFISH encryption algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:6.2kb
    • 提供者:lz
  1. vb-changyongsuanfa

    0下载:
  2. 自编的VB中的常用算法源码,如排序,二分查找,顺序查找,加密解密,进制转换等,可作为VB初学者研究学习之用。-Commonly used algorithm source code in VB self, such as sorting, binary search, sequential search, encryption and decryption, the hex conversion, can be used as a beginner VB learning.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:9.52kb
    • 提供者:韩立华
  1. VB--DES

    0下载:
  2. VB实现DES加密解密算法,Visual Basic 6.0可以打开-VB to DES encryption and decryption algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:60.59kb
    • 提供者:心心
  1. Encode

    0下载:
  2. 一些经典的VB加密解密算法示例,有需要的就下。-Some classic VB encryption and decryption algorithm for example, there is a need on the next.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:47.11kb
    • 提供者:红烧排骨
  1. 8756774

    0下载:
  2. VB加密解密字符串源代码,VB编程学习源码,很好的参考资料。-VB string encryption and decryption source code, learning VB programming source code, a good reference.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:81.24kb
    • 提供者:东坡肘子
  1. VB-encryption-

    0下载:
  2. VB 文本文件加密解密,比较好的源码实例。-VB text file encryption and decryption (good)
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:9.54kb
    • 提供者:wangkejun
  1. mima test

    0下载:
  2. 可以实现对文件的加密和解密处理,并且能够根据需要自动创建公钥,导入导出公钥以及获取私钥,可以用于保护重要的文件。(Encryption and decryption can be achieved, and can automatically create the public key as needed, import and export public key, and obtain the private key, which can be used to protect importan
  3. 所属分类:界面编程

    • 发布日期:2017-12-27
    • 文件大小:92kb
    • 提供者:乐之友
  1. 迅雷下载地址翻译

    0下载:
  2. 迅雷下载地址翻译,直接获取最终下载地址,代码简单,vb加密解密思路(translate xunlei App encrypted download address)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:7kb
    • 提供者:皓皓8001
  1. RSA加解密

    1下载:
  2. RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。rsa算法加解密在vb中的运用,其中有加密解密的方法。(RSA is the most widely studied of the public key algorithm, from the nearly two decades now, we have tested a variety of attacks, people gradually accepted,
  3. 所属分类:其他小程序

    • 发布日期:2018-01-04
    • 文件大小:8kb
    • 提供者:蛏子
  1. vb实现DES加解密算法 (2)

    1下载:
  2. vb 6 中des加密解密说明 。现成例子(Encrypt and Decryptasdfasdvasva)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-04
    • 文件大小:11kb
    • 提供者:小孤岛
  1. VB.NET DES文件加密解密源代码

    1下载:
  2. Visual Studio .NET VB编程语言 使用MD5(DES) 8位密钥加密或解密文件function源代码
  3. 所属分类:系统编程

    • 发布日期:2018-03-14
    • 文件大小:62.9kb
    • 提供者:Delta_18
  1. VB.NET DES字符串加密解密源代码

    1下载:
  2. Visual Studio .NET VB编程语言 MD5(DES)8位密钥字符串加密解密源代码
  3. 所属分类:Windows编程

    • 发布日期:2018-03-14
    • 文件大小:57.45kb
    • 提供者:Delta_18
  1. AscW encryption&descrytion

    0下载:
  2. 使用AscW实现的另一种短小精炼能用的字符串加密解密(encryption&descrytion implemented with AscW in VB6.0, compact and ready to use)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:5kb
    • 提供者:dghergt435
« 12 3 »
搜珍网 www.dssz.com