| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
AMPRNG secure RNG and stream cipher | C, C++ (general), Borland C++ | Advanced / Alexander Myasnikov | 2890 since 7/22/2010 9:04:40 AM | Unrated
|
| |
AMPRNG rev1.0 - is stream cipher, based on strong and simple by design AMPRNG random number generator. So, this is random number and array generator, symmetric stream cipher with nice speed and easy to use in you C/C++ or Delphi applications.
Cipher is in ...(description truncated) |
| |
| |
| |
 |
Anti Content Control | C++ (general), Microsoft Visual C++, Borland C++ | Beginner /
| 5214 since 5/27/2001 4:40:14 AM |
By 2 Users
|
| |
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! |
| |
| |
| |
 |
Anti-Process Terminate | C | Advanced / .::Anubis::. | 6832 since 4/15/2006 2:03:57 PM |
By 3 Users 2 Excellent Ratings
|
| |
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::. | 11859 since 1/29/2006 2:23:30 AM |
By 3 Users 3 Excellent Ratings
|
| |
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) |
| |
| |
| |
 |
Applying Passwords in C/C++ | C, C++ (general), Borland C++ | Beginner / The Coolest one... | 6419 since 1/19/2004 1:25:55 PM |
By 3 Users
|
| |
This code may be used to password protect your C/C++ program...its just a modified and improved form of what i saw on this site...it also remebers the no of attempts that are made to check the pwd...rest is upto u guys...:) |
| |
| |
| |
 |
Ashley Encryption Code | C++ (general) | Beginner / Ashley Parker | 6292 since 4/2/2003 2:29:42 PM |
By 2 Users 2 Excellent Ratings
|
| |
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) |
| |
| |
| |
 |
Autologon - Retrieve Win2K Passwords via Autologon | C, Microsoft Visual C++, Borland C++ | Intermediate / Benny T. | 4632 since 1/6/2003 8:07:15 AM |
By 1 Users
|
| |
This is an article together with a small program which demonstrates how to capture Win2K account passwords via the Autologon feature. |
| |
| |
| |
 |
Basic Encryption | C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Beginner / zer0python | 3507 since 4/6/2005 9:20:38 AM | Unrated
|
| |
Takes input on the command line, and encrypts it using a basic xor system. |
| |
| |
| |
 |
Basic Encryption and Decryption | C++ (general), Microsoft Visual C++ | Beginner / Right City | 7010 since 7/3/2003 2:43:30 PM | Unrated
|
| |
This is a very simple encryption program which can encrypt and decrypt strings. It is two "programs" but can easily be combined into one if you want to. |
| |
| |
| |
 |
Better, Simpler, Flip-Flop "encryption" | C++ (general), Microsoft Visual C++ | Intermediate / Miah! | 7107 since 9/3/2001 8:10:35 PM |
By 6 Users
|
| |
It reads the binary of a file, and outputs it in reverse so the new "encrypted" file can't be normally read. To decrypt encode the new file and it will be reversed again, restoring it back to normal. Its pretty handy, and simple, please rate this code. |
| |