Jump to content
  • 0

what is the key to hashing


Amit Kumar Mishra

Question

5 answers to this question

Recommended Posts

  • 0

You have the system_hash key in config/blesta.php

but break that and your encryptions are all gone.


Edit:

HAHAHAHAHAH the password from a hash? Erm it's done with Bcrypt which is irreversible like Beav said. There's NO way you can reverse that unless you use a competitor who doesn't use it correctly.

Link to comment
Share on other sites

  • 0
5 hours ago, Amit Kumar Mishra said:

i need to get to know what is the key for the the hashed password

and from where do i get the key

As @Blesta.Store said, it is found in the last line of config/blesta.php.  The line looks something like:

Configure::set('Blesta.system_key', '{system_key}');

You can get retrieve this value within the Blesta code by calling Configure::get('Blesta.system_key').

Link to comment
Share on other sites

  • 0

jokes apart, thanks for the contributions, i would rather like to concentrate on the topic

@Jono, i would like to know what is taken as hash key

i do not intend to reverse the password encryption, its just i am trying to achieve something, but wish to know what to pass on with the hash_hmac in the key field

actually what goes into the key

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...