Post: Decrypt my message!
09-25-2015, 12:22 PM #1
Passion
League Champion
(adsbygoogle = window.adsbygoogle || []).push({}); So recently i've been using a new password hashing method, and i was wondering if anyone could decrypt it :p

Message:
$2y$10$BEYi/8LXsbpwq0Pc/an6reE/bCDMOtd.2K/Bf2SxYb8.KY1nfJ.iC

Good luck to all :P

The following user groaned Passion for this awful post:

Xx_GANG_xX
09-29-2015, 03:13 PM #20
Originally posted by Passion View Post
ddaf35a193617abacc417349ae20413112e6fa4e89a97ea20a9eeee64b55d39a2192992a274fc1a836ba3c23a3feebbd454d4423643ce80e2a9ac94fa54ca49f


Sorry, way off, it doesn't use any alphanumeric characters, try again
09-29-2015, 03:31 PM #21
RTE
Former Staff
Originally posted by FeV3rD3x View Post
Crack mine
"abc" when unhashed it converts to a 128 character key, good luck


After many hours of trying to figure this out, I finally did it!

The word is: "johnisakunt"

The following 2 users say thank you to RTE for this useful post:

MLB, Passion
10-02-2015, 11:53 AM #22
MLB
Former Moderator
Originally posted by ResistTheEarth View Post
After many hours of trying to figure this out, I finally did it!

The word is: "johnisakunt"


yep correct that is what i got too
12-06-2015, 07:40 AM #23
U25GUDD9ApQODiFeUT5zYTO8NDEqk57wJWzsXA/5YrdR5lgS2P4ND0OAgcgxBoOy8ex3KUw4pJEm6NyCTieyzg==
12-08-2015, 12:28 AM #24
So much misinformation
12-08-2015, 03:45 AM #25
How do you guys assume this is blowfish, I work a lot with encryption and I don't know how you guys recall that it is blowfish.
You simply cannot assume an encryption algorithm simply by looking at the characters.
12-08-2015, 04:31 AM #26
Tustin
Balls of Steel
Originally posted by EyeX32 View Post
How do you guys assume this is blowfish, I work a lot with encryption and I don't know how you guys recall that it is blowfish.
You simply cannot assume an encryption algorithm simply by looking at the characters.

My initial response was incorrect to an extent because I said this was blowfish which is technically correct, but the entire hash is bcrypt.
A standard bcrypt hash using blowfish will look like this:
$2y$10$BEYi/8LXsbpwq0Pc/an6reE/bCDMOtd.2K/Bf2SxYb8.KY1nfJ.iC
$2y$ = algo (which is blowfish in this case because blowfish uses "$2a$", "$2x$" or "$2y$")
10$ = algorithmic cost
BEYi/8LXsbpwq0Pc/an6reE/bCDMOtd = salt
2K/Bf2SxYb8.KY1nfJ.iC = hashed password

the salt and pass are delimited by the period. you can read more about these here: You must login or register to view this content.

Edit: however, if you're planning on using this to hash passwords, don't just use crypt() because as it says in the documentation, the function will generate a weak salt if you don't pass one and it's almost always bad practice to generate your own salts. you should use this instead of hashing functions: You must login or register to view this content.
12-08-2015, 04:36 AM #27
Originally posted by Tustin View Post
My initial response was incorrect to an extent because I said this was blowfish which is technically correct, but the entire hash is bcrypt.
A standard bcrypt hash using blowfish will look like this:
$2y$10$BEYi/8LXsbpwq0Pc/an6reE/bCDMOtd.2K/Bf2SxYb8.KY1nfJ.iC
$2y$ = algo (which is blowfish in this case because blowfish uses "$2a$", "$2x$" or "$2y$")
10$ = algorithmic cost
BEYi/8LXsbpwq0Pc/an6reE/bCDMOtd = salt
2K/Bf2SxYb8.KY1nfJ.iC = hashed password

the salt and pass are delimited by the period. you can read more about these here: You must login or register to view this content.


Ah so bcrypt uses an identifier in the beginning of the cipher-text?
12-09-2015, 12:33 PM #28
Specter
Pro Memer
Moved to Internet Talk.

The following user thanked Specter for this useful post:

Kam

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo