搜索资源列表
vb大作业
- 有些功能不能用 要稍加修改 可以自己改密码 默认的密码是 代号永恒:19850126 其他的是:123456-some functions can not be used to be some amendments to change their default password is the password eternal code : 19850126 other is : 123456
探测网络共享密码
- 用VB写的探测网络共享密码的源代码,十分有用,希望成为黑客的人,可以学学。-It is a source code which written buy VB,it can detect the network code,which is very useful. You d better learn it if you want to be a hacker.
md5加密方法
- md5文件加密码的VB/ASP代码,大家可以看一下-md5 password document VB / ASP code, we can look at
字符串加解密码
- 字符串加解密码程序,用于字符串的加解密,VB源码-string plus a secret code procedures for the string encryption and decryption, VB source
VB45632
- 用过一些密码检查程序,现用VB做一个类似功能的,请大家-used some passwords inspection procedure, it is done with VB a similar function, we use use
Access密码破解终结3.01 超级版
- Access密码破解终结3.01 超级版(VB)-Access password-cracking end of the Super version 3.01 (VB)
ACCESS密码暴力破解
- 主要是说明破解acess数据库的密码算法。语言用vb实现。执行编译的程序查看结果-mainly states crack acess database password algorithm. Vb language used to achieve. The procedures for the implementation of compiler View Results
VB22.rar
- VB的MD5加密模块 PassWord = Md5_String_Calc(TxtPass.Text) 其中 TxtPass.Text为原密码 PassWord为Md5加密后的密码! ,VB-MD5 encryption module PassWord = Md5_String_Calc (TxtPass.Text) for the original password TxtPass.Text which PassWord for Md5 encrypted password!
PassGenerator
- VB多功能密码生成器,算法是很值得学习的。 程序可以允许你设定密码长度、密码位数、按升序/降序排列、规定字符规则(按大写/小写、字符与数字混合、使用特殊字符、二进制密码等),还可以将生成的密码序列保存。很实用方便。-VB Password Generator Multi-function, the algorithm is very worthy of study. Program can allow you to set the password length, password m
Bruteforce_Password_Cracker_V3
- VB编写无穷密码破解程序源码,黑客字典的制作,和流光一样完整.字典可以自定义-VB prepared endless source password cracking program, hackers dictionary production, and as a complete streamer. Dictionaries can customize
dic
- VB 密码字典生成器-VB password dictionary generator
RSA-vb
- RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。即RSA的重大缺陷是无法从理论上把握它的保密性能如何,而且密码学界多数人士倾向于因子分解不是NPC问题。-RSA is the most widely studied of the public key algorithm, from the nearly two decad
VBstudentmanagementsystem
- [VB源码_数据库] 学生管理系统 已经测试过,密码admin用户名admin-[VB source _ database] student management system has been tested, password admin username admin
VBjm
- VB写的对字符串加密并解密的实例,非常实用,可以用在对数据库中登录密码的加密解密-VB wrote the string is encrypted and decrypted instance, very practical, can be used in the database login password for encryption and decryption
filelock
- VB文件夹枷锁,锁定功能,没有密码打不开文件夹,类似加密的功能,注册表操作(不同类型,读写方法有一定区别)代码写得比较乱,这里说一下如何卸载枷锁功能,其实方法很简单: 有个快捷方式,叫卸载的,或者可以在运行里输入 ‘scr iptlock unload‘,效果一样,只是在里面加好了参数…… -VB folder yoke, lock function, not the password not open folder, similar to the encryption funct
QQ
- QQ密码加密函数模块,这个模块除了MD5加密部分是网上找来的,其余部分都是本人独立完成的。其实也很简单,就是MD5+BASE64,要问16还是32的MD5,其实是32的,只不过加密后的32位长的字符串要把他看成另一个字符串的HEX,然后将那个字符串用BASE64编码下,关键是VB里那个字符串会显示为"???",就是乱码,请不要到处嚷嚷什么MD5和BASE64都是公开的算法,假如您随便从网上找一个MD5的模块和BASE64的模块拼凑起来能完成本模块的功能,那就请你继续装-QQ password e
vb-pwd
- vb编写的密码器-综合了文本加密、图片加密、图片捆绑-vb code written device- a combination of text encryption, image encryption, image bundles
VB-purchase-sell-stock
- VB进销存系统,登录密码为123.含SQL SERVER 2008 R2版本的数据库文件。这是我课程设计的作业。-VB Invoicing system, the login password is 123. Containing SQL SERVER 2008 R2 version of the database file. This is my curriculum design work.
VB-BIOS
- 自己开发的一款BIOS密码清除工具。需要的就下载去-Own development of a BIOS password removal tool. Need to download to play
VB-MD5
- VB 由一串字符串生成对应的MD5值,主要用来做密码加密或者文件校验等