搜索资源列表
screct
- 密码盒控件,这个控件每当用键盘输入一个字符时,将显示出随机个数的密码字符。使用Api函数GetWindowText无法得到其中的内容。即使在你身旁看你输入密码,也很难看出你输入的密码是什么-password box controls, the controls used whenever a character keyboard, will show the number of random passwords characters. The use of Api GetWindowText f
gen_passwords
- A little program that generates random passwords. run make to compile it. then run it with 2 arguments: first is the length of the passwords and second is the number of wanted passwords.