| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
A Beginner's Simple Encryption Tutorial / Example | C++ (general), Microsoft Visual C++, Borland C++ | Beginner / Adam Boulfoul (from psc cd) | 8849 since 1/6/2015 5:07:00 AM |
By 19 Users 2 Excellent Ratings
|
|
Encrypts and Decrypts a file. This is not an "uncrackable" type of encryption but once you can understand the basics of
this type of file encryption you CAN make better ones than me. This is just a quick example
of basic encryption. Highly commented to he ...(description truncated) |
|
|
|
 |
A L@@K! : Disabling CTRL + ALT + DELETE on Windows XP, NT and 2000! (using the registry) | C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Beginner / Wċzerface (from psc cd) | 3168 since 1/3/2015 9:23:00 PM |
By 7 Users
|
|
***Disabling CTRL-ALT-DELETE on Windows NT, Windows 2000, and Windows XP***
There is an undocumented way to disable the Ctrl Alt Del key sequence on Windows NT/2000/XP
using the registry.
The key, 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\Curre ...(description truncated) (ScreenShot) |
|
|
|
 |
A password program with a small difference | C++ (general) | Intermediate / Shahab Faruqi (from psc cd) | 4404 since 1/2/2015 6:29:00 PM |
By 3 Users
|
|
Yet another password program!! This one takes into account the backspace key, a feature which i didn't find in the other password programs on this site. |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
A Password to * Program | C++ (general) | Beginner / Chuck K. (from psc cd) | 3282 since 1/6/2015 11:29:00 PM |
By 7 Users
|
|
This program takes a password and replaces it with * while typing it. It features deleting and password length limits. |
|
|
|
 |
A Simple but effective port scanner | C, UNIX C++ | Intermediate / zer0python (from psc cd) | 4311 since 1/7/2015 5:04:00 PM |
By 4 Users
|
|
This port scanner is pretty simple, it just fork()'s each connect() call, and reads the return value. |
|
|
|
 |
A Simple Password Program | C++ (general), Microsoft Visual C++ | Beginner / cyokley (from psc cd) | 3170 since 1/3/2015 10:56:00 PM |
By 10 Users
|
|
This is a simple passowrd program that prints '*'s at the prompt. *UPDATED* Now the code allows you to use the 'backspace' key. Please leave feedback and let me know what you think. |
|
|
|
 |
Absolute Security - Hidden Diskette | C | Advanced / Daniel M2 (from psc cd) | 3215 since 1/4/2015 12:12:00 PM |
By 3 Users
|
|
This is a programm (written in Assembler) that saves a file on a disk in RAW format, without FAT or anything. This means that data will be saved on your disk but it will be able to read only by your programm. |
|
|
|
 |
Anti-Process Terminate | C | Advanced / .::Anubis::. (from psc cd) | 8434 since 1/8/2015 6:04:00 AM |
By 3 Users
|
|
This project allows you to replace an existing DACL(Discretionary Access Control List) within a process. When you do so, you have the power to restrict certain capabilities like terminating, getting a handle to the process, reading memory, writing memory, ...(description truncated) (ScreenShot) |
|
|
|
 |
API HOOKING | C, C++ (general), Microsoft Visual C++, Borland C++ | Advanced / .::Anubis::. (from psc cd) | 4415 since 1/8/2015 3:05:00 AM |
By 3 Users
|
|
This code will hook any api of your chose and allow you to redirect it to another qualified function. This code can be used in conjunction with my other posts dealing with process injection to hook api's in other running processes.
Thanks for voting!! (ScreenShot) |
|
|
|
 |
Ashley Encryption Code | C++ (general) | Beginner / Ashley Parker (from psc cd) | 3196 since 1/5/2015 3:58:00 AM |
By 2 Users
|
|
This is just a basic encryption program. It works
by getting a file from the user and then storing each line of the file as a string in an array of strings. It then reverses the string and encryptes each letter by moving it 72 places in the ASCII code. Fi ...(description truncated) (ScreenShot) |
|