Jump to content




Decrypt this.


  • You cannot reply to this topic
7 replies to this topic

#1 Mackan90096

  • Signature Abuser
  • 518 posts
  • LocationIn my basement.

Posted 14 May 2013 - 07:21 AM

Depcrypt it:

Spoiler

List of encryptions:



sha512
sha384
sha256
sha1
md5
base64
hex
quoted
binary

decrypt from

binary
to

quoted print
to
hex
to
base64
to
md5
to
sha1
to
sha256
to
sha384
to
sha512

find the word and get a free cookie!

#2 D3matt

  • Members
  • 830 posts

Posted 14 May 2013 - 07:25 AM

Uh... I must be missing something, because I'm pretty sure those are hash functions and thus can't be decrypted?

#3 Mackan90096

  • Signature Abuser
  • 518 posts
  • LocationIn my basement.

Posted 14 May 2013 - 07:28 AM

they can.

http://bit.ly/12x6Dto

use this for binary/hex:

http://www.wordsmuggler.com/

#4 D3matt

  • Members
  • 830 posts

Posted 14 May 2013 - 07:31 AM

Oh aren't you cute with your little lmgtfy. Technically speaking, you're not decrypting them, you're using rainbow tables.

#5 Mackan90096

  • Signature Abuser
  • 518 posts
  • LocationIn my basement.

Posted 14 May 2013 - 07:38 AM

Oh...?

#6 theoriginalbit

    Semi-Professional ComputerCrafter

  • Moderators
  • 7,332 posts
  • LocationAustralia

Posted 14 May 2013 - 08:56 PM

View PostMackan90096, on 14 May 2013 - 07:38 AM, said:

Oh...?
A hash is designed to be one way. For example a SHA256 hash algorithm will turn a character sequence of any length into an alphanumeric string 64 characters long. The 'decryption' as you put it is, as D3matt stated, just simply a rainbow table lookup. A rainbow table is just a lookup table containing a list of words/sentences with their respective hash. As such this is why we use a SALT on data, adding a salt reduces the likeliness of the particular string being in a rainbow table, which means that they would have to bruteforce the hashed string.

Now for example, attempt to perform a rainbow table lookup on a website(s) of your choosing, and see what is returned... It is a SHA256 hash of some data with a random salt.
82bc6b72a835ca5139f4fd53a467ba98be310786f01f549123a8608ffafd4164

EDIT: Actually even try to crack the SALT that the above hash was made with (note the salt is a SHA256 hash of some random data)
a3d04b8cef05a469576ff4b0aac1a149db3740b35e6120556e9e39bfde6df482

Edited by theoriginalbit, 14 May 2013 - 08:58 PM.


#7 Shazz

  • Members
  • 175 posts

Posted 14 May 2013 - 10:40 PM

Yes, hashes cannot actually be decrypted. These sites are just database lookups.
Another thing to add to OiginalBit's comment is that these 'decrypter' sites usually have sister sites that let your encrypt data.
When a user encrypts through it, the data is saved in their database which is used by the 'decrypter' site.

#8 Mackan90096

  • Signature Abuser
  • 518 posts
  • LocationIn my basement.

Posted 15 May 2013 - 12:39 AM

Oh... Well. Learning more 'bout computers.





3 user(s) are reading this topic

0 members, 3 guests, 0 anonymous users