Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 363 Vote(s) - 3.54 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A C++ Password Program

#21
Sir how to use these program as password stealer?
Reply

#22
Quote:(01-02-2013, 06:31 PM)ashutosh984 Wrote:

[To see links please register here]

Sir how to use these program as password stealer?

They can not be used as a stealer.
A stealer has to copy/mail/ftp files to a destination where you have access to them.
Recovering/decrypting/cracking the password can be done afterwards if necessary.
Reply

#23
It's great effort bro. Thanks for sharing. But i'm having few errors. I tried to solve but couldn't. can you do tell?? here's screenshot...

Hidden Content
You must

[To see links please register here]

or

[To see links please register here]

to view this content.

Reply

#24
Quote:(08-31-2013, 05:34 AM)mjpperez612 Wrote:

[To see links please register here]

#include<conio.h>
#include<string.h>
#include<iostream.h>

int main(void)
{
char *buf1 = "yourpass";
char pword[10];
int ptr;
clrscr();
cout<<"\n\nEnter the password: ";
cin>>pword;
cout<<"The password you enter is:"<<pword;

ptr = strcmp(buf1,pword);
if (ptr==0)
cout<<"\nCorrect Password!";
else
cout<<"\nWrong Password!"<<endl;

getch();
return 0;
}

Why do you use iostream.h? It's old.
Reply

#25
Quote:(08-31-2013, 05:39 AM)Slarek Wrote:

[To see links please register here]

Why do you use iostream.h? It's old.

Why do you post into this thread? It is old (more than a year). The OP is banned.
-closed-
Reply



Forum Jump:


Users browsing this thread:
2 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through