Languages C / C++ Security  

Change NT Password

download download  
important code information
author:
Devin York
minimum requirements:
Change NT Password description

I really enjoy all the Net() api functions so in trying to learn C++ I started with the ChangePassword API call. I simply wanted a dll which would encapsulate this function so that a vb user could make a very simple call to change domain passwords. Only tested on Windows 2000.


File List:
ntpwdchng/0b
ntpwdchng/ntpdwchng.cpp1Kb
ntpwdchng/ntpdwchng.def104b
ntpwdchng/ntpwdchng.cpp1Kb
ntpwdchng/ntpwdchng.def83b
ntpwdchng/ntpwdchng.dsp4Kb
ntpwdchng/ntpwdchng.dsw1Kb
ntpwdchng/ntpwdchng.ncb41Kb
ntpwdchng/ntpwdchng.r1Kb
ntpwdchng/resource.h412b

Similar code
C++ OTP Encryption (Popularity: ) : This is yet another OTP (One Time Pad) encryption program on Planet Source Code. I have seen lots of these in Visual Basic (and one in straight C), but none in Visual C++/C++ so I decided to try and make ...
A Beginner's Simple Encryption Tutorial / Example (Popularity: ) : 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 ...
CLogger (Computer Logger) (Popularity: ) : This program will set itself up into your computer using batch files the first time it is run. It keeps track of everytime your computer is run and logs the time and date into a file. The program is password ...
simple encryption using table (Popularity: ) : It encrypts a text message of no longer than 255 characters by using an encryption table to a file. another person then decrypt the text file in to the original message.
StampIt (Popularity: ) : UPDATED!!! New V 1.5 Here is a simple lisp routine that request you to give a point, gets your current textstyle and places the current date and time, format is "August 12 2002 - 11:58:02 am". New version updated to ...
User reviews

1 user review. Read now.


Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 36
version
size in Kb 6
popularity   1042/7913373
user rating 5/10
ad


New Code
Popular Code