Amit Kumar Mishra Posted June 18, 2019 Report Posted June 18, 2019 hi i need to get to know what is the key for the the hashed password and from where do i get the key actually i need to know what is the key inserted into the hash_hmac for encrypting any devs, or guys from blesta team may let me know thanks amit Quote
0 Beav Posted June 18, 2019 Report Posted June 18, 2019 The password hash is irreversible, its a one way hash. Quote
0 Michael Posted June 18, 2019 Report Posted June 18, 2019 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. Jono 1 Quote
0 Jono Posted June 18, 2019 Report Posted June 18, 2019 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'). Quote
0 Amit Kumar Mishra Posted June 18, 2019 Author Report Posted June 18, 2019 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 Quote
0 Amit Kumar Mishra Posted June 18, 2019 Author Report Posted June 18, 2019 @Jono i have send you a PM, if you may get time to take a look at it, would be very helpful Quote
Question
Amit Kumar Mishra
hi
i need to get to know what is the key for the the hashed password
and from where do i get the key
actually i need to know what is the key inserted into the hash_hmac for encrypting
any devs, or guys from blesta team may let me know
thanks
amit
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.