| Author |
Uncrackable encryption |
kaksii
Member

Posts: 693
Location:
Joined: 20.11.06 Rank: God |
|
I was kind of bored in school so I developed my encryption (w00t) 
It is really complicated and you can't crack it if you don't know the original password.
It is not final version yet, but if you want to see how it looks, click here
<url removed... I will add it later>
It goes through like 30 functions 
I removed all the backdoors, trojans and viruses Don't worry 
Please tell me what do you think. (If you want to flame, don't be hard )
Edited by kaksii on 08-06-07 13:24 |
|
| Author |
RE: Uncrackable encryption |
Scavix
Member

Posts: 90
Location:
Joined: 06.11.06 Rank: Apprentice |
|
When type in "a" it gives me "21D1E13FCF627F36Bk".
Do you actually have a way of decrypting "21D1E13FCF627F36Bk" to output "a" again, or is it all one way hashing?
|
|
| Author |
RE: Uncrackable encryption |
kaksii
Member

Posts: 693
Location:
Joined: 20.11.06 Rank: God |
|
You can't get it back. It is all based on that "a" letter. It is very much uncrackable. I can post the source of the encryption and you still won't be able to crack it because it depends on the original password 
[edit] It wouldn't be uncrackable if you can turn that hash into "a" [/edit]
Edited by kaksii on 04-04-07 17:57 |
|
| Author |
RE: Uncrackable encryption |
nights_shadow
Member

Posts: 856
Location: /var/log/messages
Joined: 30.12.04 Rank: God |
|
So...it's basically useless?
 |
|
| Author |
RE: Uncrackable encryption |
kaksii
Member

Posts: 693
Location:
Joined: 20.11.06 Rank: God |
|
If somebody translates it into PHP, I can make my website with my encryption. No md5, no sha1. My encryption
[edit]and nobody will hack the other accounts passwords. I don't think it is worthless. You can make it for your webmaster and programmers needs[/edit]
Edited by kaksii on 04-04-07 18:18 |
|
| Author |
RE: Uncrackable encryption |
Zephyr_Pure
Member

Posts: 2402
Location:
Joined: 15.09.06 Rank: God |
|
Sure. Someone will translate it to PHP, reverse it, and post it back here. lol
I still check PMs from time to time.


Our responses were moronic, why shouldn't he follow suit? - Futility |
|
| Author |
RE: Uncrackable encryption |
kaksii
Member

Posts: 693
Location:
Joined: 20.11.06 Rank: God |
|
|
Sure. Someone will translate it to PHP, reverse it, and post it back here. lol
Without knowing the password, you can't take advantage of reversing it.
I made it in VB. You can't reverse it because you need to know the original password for that. It totally depends on that. And you can reverse it 20%, but the other terrible 80% is quite impossible. It goes through like 30 functions and each depends on original password.
Edited by kaksii on 04-04-07 19:13 |
|
| Author |
RE: Uncrackable encryption |
Scavix
Member

Posts: 90
Location:
Joined: 06.11.06 Rank: Apprentice |
|
I'm sort of a vb fan. If you don't plan on keeping it a secret, could I take a look at the vb code. I'll have a crack at converting it, but I mainly just want to see how it works/play around with ways of reversing the process .
|
|
| Author |
RE: Uncrackable encryption |
kaksii
Member

Posts: 693
Location:
Joined: 20.11.06 Rank: God |
|
sure I will pm you, but I don't have time to put 'explanations
Just a sec
|
|
| Author |
RE: Uncrackable encryption |
Zephyr_Pure
Member

Posts: 2402
Location:
Joined: 15.09.06 Rank: God |
|
I am a big VB fan, also... so, I wouldn't mind seeing the code, either. I wouldn't bother reversing it, but I won't lose any sleep if you can't/don't/won't PM me the code.
Back on the topic, your encryption sounds "difficult", but not impossible. Someone could encrypt a phrase with a password they devised, reverse that, and find the actions taken on the password. Then, it's a case of running a brute force on the encryption when any messages are caught using that encryption.
Yeah, sure, it's difficult but, if they did it for PGP ("PGPcrack" - http://www.geocities.com/devilinto/datei/hack/pw.htm), then it could be done for that. After all, the "password" is just a passphrase.
I still check PMs from time to time.


Our responses were moronic, why shouldn't he follow suit? - Futility |
|
| Author |
RE: Uncrackable encryption |
bigggnick
Member

Posts: 588
Location: the moon
Joined: 25.08.05 Rank: God |
|
not sure what you could do with this, but all the single letters (a,b,c,...) end in a lowercase k except for c, w, and y. Also most of them are the same length. I think with some time this could be cracked, but good work none the less.
Also, i think it should be encrypt on the button and bottom box rather than decrypt.
fuck this. |
|
| Author |
RE: Uncrackable encryption |
kaksii
Member

Posts: 693
Location:
Joined: 20.11.06 Rank: God |
|
|
bigggnick wrote:
not sure what you could do with this, but all the single letters (a,b,c,...) end in a lowercase k except for c, w, and y. Also most of them are the same length. I think with some time this could be cracked, but good work none the less.
Yes, everything ends with "k" because I wanted that. How could anyone recognize what kind of hash is it? It doesn't have lenght limit.
I don't know. "k" sounded good like short letter for "kaksii"... whatever.
So, "k" on the end tells you that it is hash made from my encryption program.  |
|
| Author |
RE: Uncrackable encryption |
Zephyr_Pure
Member

Posts: 2402
Location:
Joined: 15.09.06 Rank: God |
|
I'd be more worried about 'k' showing where each encrypted letter begins and ends... that would make it easier to crack the variable-length encryption.
I still check PMs from time to time.


Our responses were moronic, why shouldn't he follow suit? - Futility |
|
| Author |
RE: Uncrackable encryption |
kaksii
Member

Posts: 693
Location:
Joined: 20.11.06 Rank: God |
|
moshbat wrote:
could you save us the time and tell us the password please  
There is no bloody password. There is no secret.
Password is something that you type in the box called 'password'.
About 'k':
It would be the same without 'k' and with the 'k'.
without 'k', password 'a' would be 21D1E13FCF627F36B
with 'k', password 'a' would be 21D1E13FCF627F36Bk
It is not related to the hash. It doesn't make any influence on the hash.
After the hash is created, then the 'k' gets added on the end.
|
|
| Author |
RE: Uncrackable encryption |
Scavix
Member

Posts: 90
Location:
Joined: 06.11.06 Rank: Apprentice |
|
When you try to encrypt a word like "fish" or "ddd" or "woejglaksjdglkamflawkejgadaaaaaa" it won't work. It will only give you a hash for it if it's not the first thing you typed into the program (but the hash isn't really your hash type because it's just a decimal number with no k on the end).
Intentional?
Also, I didn't get much time to look over the code today, I'm about a quarter of the way through (commenting, not reversing).
|
|
| Author |
RE: Uncrackable encryption |
Zephyr_Pure
Member

Posts: 2402
Location:
Joined: 15.09.06 Rank: God |
|
moshbat wrote:
could you save us the time and tell us the password please 
kaksii wrote:
There is no bloody password. There is no secret.
Password is something that you type in the box called 'password'.
lmao I just got a kick out of that response... it's almost degrading. 
Mosh, it's not an application challenge... you're not looking for the pass. All it needs is a string, you press the button, and it encrypts it.
About 'k':
It would be the same without 'k' and with the 'k'.
without 'k', password 'a' would be 21D1E13FCF627F36B
with 'k', password 'a' would be 21D1E13FCF627F36Bk
It is not related to the hash. It doesn't make any influence on the hash.
After the hash is created, then the 'k' gets added on the end.
I know it's not part of the hash. However, with a terminating letter, it's easier to see where each hash ends, instead of having a run-on. The run-on hash would be more difficult to reverse... because they could possibly be variable-length hashes.
I still check PMs from time to time.


Our responses were moronic, why shouldn't he follow suit? - Futility |
|
| Author |
RE: Uncrackable encryption |
only_samurai
[IRC Rockstar]
Posts: 984
Location: idling in some random irc channel
Joined: 18.08.06 Rank: .|unranked|. |
|
okay,
first of all, i think you mean something different by "uncrackable"....
your's is irreversible, but not uncrackable...
if someone knew your code they could crack it with a bruteforce.
the best encryption i have seen is single pad encryption that uses a very basic xor to encrypt, the only way that is done uncrackably is using a different password each time to encode it, if someone obtained even 2 or your hashes they could begin to crack them because especially if one of them was their own has being that they would know what became it.
so, yours would be very tough to crack, but not impossible. through enough attempts at it and it will crack it.
The problem with a fool-proof system, is eliminating the fool.
"His name is Cereal Killer...Like Fruitloops." If you cut me, I bleed binary.
http://blog.psych0tik.net/ |
|
| Author |
RE: Uncrackable encryption |
kaksii
Member

Posts: 693
Location:
Joined: 20.11.06 Rank: God |
|
|
Scavix wrote:
When you try to encrypt a word like "fish" or "ddd" or "woejglaksjdglkamflawkejgadaaaaaa" it won't work. It will only give you a hash for it if it's not the first thing you typed into the program (but the hash isn't really your hash type because it's just a decimal number with no k on the end).
woejglaksjdglkamflawkejgadaaaaaa = 40302C16k
fish = 2211DC1E12D52k
ddd = 3C2B3819k
I see here a hex number and my type of hash.
only_samurai wrote:
okay,
first of all, i think you mean something different by "uncrackable"....
your's is irreversible, but not uncrackable...
if someone knew your code they could crack it with a bruteforce.
the best encryption i have seen is single pad encryption that uses a very basic xor to encrypt, the only way that is done uncrackably is using a different password each time to encode it, if someone obtained even 2 or your hashes they could begin to crack them because especially if one of them was their own has being that they would know what became it.
so, yours would be very tough to crack, but not impossible. through enough attempts at it and it will crack it.
Well, I don't think that it is completely true. I can send you the code in VB6 if you want. You have to see it by yourself.
And also, yes. Everything can be bruteforced. But if you don't know the source,...
Edited by kaksii on 05-04-07 21:09 |
|
| Author |
RE: Uncrackable encryption |
only_samurai
[IRC Rockstar]
Posts: 984
Location: idling in some random irc channel
Joined: 18.08.06 Rank: .|unranked|. |
|
feel free to send me the source.
you dont have to know HIS algorithm, you have to know A alogrithm that produces the same output.
the NSA has teams of people working round the clock on this shit, throw enough money, time, and people at it and you can find it out.
also, depending on his algorithms you could do mathematical cracking. colissions and such. i have a very hard time believing that an algorithm is uncrackable.
The problem with a fool-proof system, is eliminating the fool.
"His name is Cereal Killer...Like Fruitloops." If you cut me, I bleed binary.
http://blog.psych0tik.net/ |
|
| Author |
RE: Uncrackable encryption |
bigggnick
Member

Posts: 588
Location: the moon
Joined: 25.08.05 Rank: God |
|
i bet that lady in china or japan or whatever who cracked BOTH the md5 and sha-1 could do it...
fuck this. |
|