文件名 文件描述 浏览
◆ Anti Content Control.htm

The program disables the parental content control of MS-IE 4.x/5.x by deleting the registry key, which contains the hashed password. The program should only be used in the case, that the password got lost

通过删除注册码来使MS-IE 4.x/5.x的父控件失效

浏览
◆ Covert.htm

This is the base of an application that: - Automatically hides itself in system files upon execution - Does not appear on the Ctrl-Alt-Del list - Is not closed when users log on and off - Automatically reloads when Windows starts up If you don't want your users messing around with an important background helper .exe you're developping, perhaps you should consider wrapping it with this code. All of the code is commented in the source file, so there isn't much more documentation here

系统文件在执行中自动隐藏的代码

浏览
◆ Get Current User Name.htm

For anyone who has used ADSI, they know there isn't a convienent method for get the FQDN of current user. Well Microsoft does have a function that will do exactly this, it's part of Windows System Information SDK. There is one catch, these functions only work on Windows 2000

获取当前用户名的函数

浏览
◆ Portscan.htm

Basic port scanner for beginners. It helps to learn the basics of winsock. It should be used for educational purposes only, or to find trojans on one's own computer or network

基本的端口扫描器

浏览
◆ Quassi-OTP.htm

This is a basic text encryption program I'd like feedback on. It takes a password, alters it to make brute force hard if you don't know the algorithm, and rolls the text based on the one- time-pad

一个基本的文本加密程序

浏览
◆ rand32.htm

Generate absolutely random number

产生随机数

浏览
◆ Text encrypter.htm

*UPDATED* Now uses a more recursive and less pattern oriented algorithm. Basically encrypts a text type file using a simple recursive character shift techinque. Pretty basic, but powerful

使用递归字符转换技术的文本加密算法

浏览
◆ XOR Encryption Function.htm

This function provides simple XOR encryption functionality. Just pass the function a KEY or Password and the text you wish to encrypt. XOR Encryption is pretty weak and can be cracked with a little effort. This function serves as a good example that demonstrates iterating through charcter arrays

简单的异或加密函数

浏览
◆ Word Coder.htm

This program codes anything you put in into COMPLETE nonsense!! But even better, it can decode that nosense back into your origoinal

message字编码器

浏览
◆ vigenere-crypt.htm

encrypt/decrypt ascii text files with the Vigenere algorithm. The encryption key is user determined so that possessing the program does not automatically allow one to crack the code

用Vigenere 算法来加解密ASCII文本文件

浏览
◆ Thebestmostsecure.htm

This code is the basics for yet another console program that prompts for a password when opened. BUT the password cannot be found by means of a hex editor and searching for the password within the binary. Each character is defined at a time which doesn't leave the whole word visible in hex. Kinda like an armored virus with hidden info only on a much simpler scale. RATE THIS CODE

最好最安全的简单口令锁程序

浏览