-
Help me plase
could some one tell me if this is a known encryption, and could you help decrypt this as it is very important to me thank you
I belive the 2 numbers below have a lot to do with the encrption.
6320470
714868632157
encrypted=204 291 304 313 327
unencrypted=50 50 50 50 50
-
Uh. You seem to be missing an important factor: algorithm. How was the clear text encrypted (what algorithm was used)?
-
dont know
-
I would need the crypt text in full to even have a chance at identifying it.
- Noia
-
all the info mation i have is in my first post what do you mean by crypt text
-
An algorithm is the most important factor as Msm stated...For encryption to work it needs to use an algorithm..An algorithm is a complex set of mathematical problems or rules used to take the clear text and make it encrypted...Do not think that all passwords are 'encrypted', i've seen alot of people get this confused with hashes...Hashing and encryption are very different creatures...
-
thats what i want to work out, the algorithm i know that the first to numbers are some sort of key i put my password as 22222 which is a chr code of 50 which i know this program works in
6320470
714868632157
encrypted=204 291 304 313 327
unencrypted=50 50 50 50 50
-
Ok. Let's try it this way. 519, where is this from? a wargame puzzle? an assignment?
-
a chat program i use i want to make my own client i have made most of it, but the password is send via winsock encrypted
-
i send to the server this number 6320470
which is my uid
the server replys with 714868632157 (this number is taken from one of my logons but it is random)
my client replys with 204 291 304 313 327 which should be 50 50 50 50 50
-
i am noit trying to crack anything just want to program my own client
-
I deleted my other post.... my apologies. I was just trying to understand what you were trying to do.
The only way I know to understand the alorithm in question though, is to reverse-engineer it and see what it is doing....it's pretty much like trying to make a keygenerator to register software...(hence my questions)
-
ok i know i dont explain my self very well but encryption is not my strong point i my strong point is winsock and visual basic
-
can you help me out how do i go about doing this
-
Ummm..well, first thing you need to know that in most cases it is illegal to reverse-engineer software (unless it is open source, of course)..And it's not something you are going to learn just reading a few books or tuts...
What I would do if I were you is search for some "educational only" sites that teach reverse engineering. Something like this: http://www.google.com/search?hl=en&i...=Google+Search
Just remember though, use your knowledge for positive purposes only. Don't get sucked in by the darkside :D
-
hmm it seems that this could take me a very long time to learn is there any one out there willing to help me out i hate peeps that just ask others to do there work for them but i dont have the time to learn all this please could some one me
-
There's script-kiddie stuff out there to help you reverse-engineer stuff and break passwords... just use google and look for hack + crack + your messanger program you're trying to reverse engineer, and download the programs that come up. Most of them include wonderful little backdoor programs and nasty little trojans... so do it on a box you don't mind reformating. I've found that even the most obscure programs out there have been cracked by people eager to get a backdoor into many people's systems.
-
I think what he is trying to do is make a program he has written, work with another program that has an encrypted segment..he plainly stated that he is not trying to crack anything...or did I read something wrong?
-
this is ture it i do not want to crack any program,
i am making my own client for a chat server, i have all of the code done its.
sending the password when you logon with winsock is the bit that getts encrypted
it sends the password you type in a text box encrpted so i need to make the same encryption so i can send the passwords from my client with the same encryption
i do not want to crack any programs
-
Here's a set of questions for you:
1) What language are you using?
2) Are you trying to make a client for an Instant Messaging service? If so, what service?
3) Are you trying to plug into an existing network (irc, IM, etc) or have you coded your own protocol?
4) If you're coding your own protocol, could we have the bit of the server/client code responsible for encrypting/hashing the password?
5) If you're plugging into an existing network, which one?
Answer most of these questions, and someone will be able to help you.
Cheers,
cgkanchi
-
1) Visual Basic
2)Yes, Paltalk
3)Paltalks Protocall is not like any other chat program
4)im not makeing my own protocol
5)Paltalk
-