Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Name and Pass application [Delphi]

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Kevin
Grandmaster Cheater Supreme
Reputation: 0

Joined: 07 Mar 2007
Posts: 1139
Location: Spiderman-World

PostPosted: Wed Jul 18, 2007 9:18 am    Post subject: Name and Pass application [Delphi] Reply with quote

I want to make a simple form, which says "Name" and "Pass" both edit boxes.

now, i dont want anything advanced, just use the statement

If edit1.text = Kevinnn then
begin
form2.show;

BUT what if i want BOTH pass and name to be correct? how do i do that, also is it possible to like encrypt your password? So lets say my pass is MSN (its not! Lol)

So if i type in MSN, then if i send it to someone (the program), and they crack it, they would be able to see which pass that makes it go on to form2. Is there any way i can encrypt this ?
Back to top
View user's profile Send private message MSN Messenger
HomerSexual
Grandmaster Cheater Supreme
Reputation: 5

Joined: 03 Feb 2007
Posts: 1657

PostPosted: Wed Jul 18, 2007 9:30 am    Post subject: Reply with quote

Code:
if (edit1.text = Kevinnn) AND (edit2.text = Passwordhere) then
begin
form2.show;
end;

_________________
Back to top
View user's profile Send private message
Kevin
Grandmaster Cheater Supreme
Reputation: 0

Joined: 07 Mar 2007
Posts: 1139
Location: Spiderman-World

PostPosted: Wed Jul 18, 2007 9:36 am    Post subject: Reply with quote

Code:
if (edit1.text = ('Kevinnn')) AND (edit2.text = ('Passwordhere)) then
begin
form2.show;
end;


lol, how to encrypt?
Back to top
View user's profile Send private message MSN Messenger
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Wed Jul 18, 2007 9:37 am    Post subject: Reply with quote

Code:

if (edit1.text = 'username') AND (edit2.text = 'yourpassword') then
begin
  Form2:=TForm2.Create(self);
    Form2.ShowModal;
end;


Edit:

Damnit, blankrider posted before me =(

http://www.irnis.net/soft/xted/

Download the program from there. But first read everything on the page.

_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing


Last edited by oib111 on Wed Jul 18, 2007 9:39 am; edited 1 time in total
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
HomerSexual
Grandmaster Cheater Supreme
Reputation: 5

Joined: 03 Feb 2007
Posts: 1657

PostPosted: Wed Jul 18, 2007 9:38 am    Post subject: Reply with quote

i forgot the '' lol

RUB IT IN EVERYONE

_________________
Back to top
View user's profile Send private message
UnLmtD
Grandmaster Cheater
Reputation: 0

Joined: 13 Mar 2007
Posts: 894
Location: Canada

PostPosted: Wed Jul 18, 2007 9:42 am    Post subject: Reply with quote

Kevinnn wrote:

lol, how to encrypt?


You have A LOT of choices, but if you want something simple, go with the XOR encryption.

_________________
Back to top
View user's profile Send private message
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Wed Jul 18, 2007 10:08 am    Post subject: Reply with quote

Let me actually explain xor encryption to what i learned about it.

Xor encryption uses a key to encrypt text. All Ascii letters/symbols/numbers are represented by a number. These numbers range from 0 to 256, these numbers are also called the ascii number.

In an XOR encryption program each letter of the key and the text are converted to ascii, then to binary. If you don't know binary is 0's and 1's.

The 0 or 1 from the key is xored against the 0 or 1 of the text. If the key is shorter than the text, it repeats. In XORing a 0 and 0 returns a 1 (true) and a 1 and 1 returns a 1 (true). Here is an example.

A | Z | A XOR Z
----+----+---------
0 | 0 | 1
1 | 1 | 1
0 | 0 | 1
0 | 1 | 0
0 | 1 | 0
0 | 0 | 1
0 | 1 | 0
1 | 0 | 0

_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites