MD5 Encryption [vb 2008/.NET]
Loading...
8,919
Loading...
Uploader Comments (jnbjabnk)
see all
All Comments (56)
-
@wkdw1ll1ams If your on about a hashing algorithm now use SHA 1 because MD5 can be cracked easily
-
@computertrick considering both can be bruteforced and cant be reversed? there both the same.
-
song?
-
@computertrick Indeed they can. Google indexes MD5 sites, so google the MD5 is a protip.
-
use AES its more secure
-
@younoob00 MD5 can be simply cracked with rainbow tables
-
I tried to code this but :
Dim ByteString() As Byte = System.Text.Encoding.ASCII.Get
Bytes(content) < here in Content gives me error... I'm using VB2010 -
thanks a heap hope you dont mund im going to use this as a template to add on eg salt and some other thing
-
test
-
@megamt I PM ed you the message because it was too long :D
Loading...
Nvidia has come with a new tech that hacks md5 in a very powerfull cpu, for ex
a | b | c | d |... aa | bb | cc |... aaa | bbb | ccc|
and with those it makes a md5 of each text and tries to match with the inserted md5, and if it matches it says woala and returns the decoded message. Nice vid btw!
younoob00 2 years ago
Do you mean brute forging?
If yes:
Lets say, i've got this string: "The possiblity of brute forcing this string is very low, even under 0 percent" - it contains 77 characters.
Meaning there are 77^36 diffrent posibilities. (36 = 26 letters, 10 numbers)
These are: 1.118.816.479 x 10^49 diffrent posibilities.. so it will take quit long. AND they have to be on the right place. so the chance to bruteforce this is quite low =]
jnbjabnk 2 years ago