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

搜索资源列表

  1. Md5加密算法

    1下载:
  2. vb实现MD5的加密算法,简单易用!运行速度快!-MD5 implementation, VB version. It s easy to use and the speed is very fast.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4884
    • 提供者:集体
  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
    • 文件大小:931865
    • 提供者:黄梅玲
  1. 在SQL数据库中插为图片

    0下载:
  2. 用VB语言VisualBasic在SQL数据库中插为图片,可以直接解压。没有加密-VB Visual Basic language in SQL database interpolation of photographs, can be directly extracted. No encryption
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:158761
    • 提供者:谢海
  1. 如何对字符串进行加密解密

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

    • 发布日期:2008-10-13
    • 文件大小:986
    • 提供者:张京川
  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
    • 文件大小:13456
    • 提供者:yusy2000
  1. vb文件加密解密

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

    • 发布日期:2012-04-03
    • 文件大小:2119
    • 提供者:cqjian
  1. check.rar

    0下载:
  2. vb监控指定文件夹的源代码,对文件夹加密、保护的编程有一定作用。,monitor designated folders vb source code, folder encryption, to protect a certain role in programming.
  3. 所属分类:Windows编程

    • 发布日期:2017-03-29
    • 文件大小:2705
    • 提供者:peace
  1. VBhook.rar

    0下载:
  2. 写了一个键盘钩子,利用了vb api函数GetAsyncKeyState,能够准确的截取没有加密的键盘记录,送给大家学习。,Write a keyboard hook, using a vb api function GetAsyncKeyState, accurate interception can not keyloggers encrypted, sent to them to learn.
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:12546
    • 提供者:按时的啊
  1. Driver.rar

    0下载:
  2. 大恒硬件加密狗源程序,分别有vc++,vb,delphi三种版本,Daheng source hardware dongle
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-09
    • 文件大小:1258142
    • 提供者:jay
  1. Base64

    0下载:
  2. Base64 加密算法模块,VB 编写,代码已经优化!-Base64 Encoder&Decoder
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:732
    • 提供者:小强
  1. 20076820417859

    0下载:
  2. 一个较好的数据库加密。资源类别: VB源码¦数据库 -A better database encryption. Resource type: VB source ¦ database
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-31
    • 文件大小:425280
    • 提供者:liulan3726
  1. softKey-yutian-vb

    0下载:
  2. 自己写的域天加密狗VB使用小例子,32位的加密狗快速开发源代码-Write your own domain days dongle VB use a small example, 32 dongle rapid development of source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-06
    • 文件大小:9784
    • 提供者:yuanchao
  1. encryptNotepad

    0下载:
  2. 自己做的vb记事本,有加密功能。更系统自带的记事本一样。-Vb do their own notebook, there are encryption. More systematic, like built-in Notepad.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:5736
    • 提供者:raymond
  1. folderlock

    0下载:
  2. Visual basic 下 文件加密的一种算法,方便快捷-Visual basic of a file encryption algorithms, convenient and quick
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-13
    • 文件大小:1677
    • 提供者:lpq
  1. ChineseStrEncryptAndDecrypt

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

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

    0下载:
  2. 在VB中用加密的方法实现序列号验证源代码.rar-In the VB method using encryption source code to achieve the serial number verification. Rar
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:13120
    • 提供者:约翰
  1. twofish-vb

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

    • 发布日期:2017-03-27
    • 文件大小:6348
    • 提供者:lz
  1. rc4

    0下载:
  2. vb实现的完整的rc4加密算法,可以自由使用-vb to achieve a complete rc4 encryption algorithm, can be free to use
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2657
    • 提供者:winterball
  1. 连接加密的Access数据库

    0下载:
  2. visual basic 连接加密的Access数据库(Connect the encrypted Access database)
  3. 所属分类:其他小程序

  1. Ciphertext

    0下载:
  2. 简易文本加密vb程序,通过让每个字符的Ascll码都加上一个随机数来达到加密目的。目前功能不是很完善,就当作是自娱自乐的小游戏好了。如果出现了bug,希望指出。(The simple text encrypts the VB program by adding a random number to the Ascll code of each character to achieve the encryption purpose. At present, the function is not
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:10240
    • 提供者:sfeya
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com