Support the ongoing development of Laravel.io →
posted 10 years ago
Configuration
Last updated 2 years ago.
0

This is a design pattern that Laravel uses called Facades. This should clarify things for you: http://laravel.com/docs/facades

Last updated 2 years ago.
0
Solution

you cannot 'decrypt' / 'dehash' a hash

when checking if the password is correct the input is hashed and the input hash and the database hash are compared, if they match the user entered the correct password

no idea why you want user's to be able to view their own password but unless you save it (encrypted) there is no way for you to 'dehash' it from the hash

that said, storing plaintext / encrypted passwords is a very bad idea, google it if you like

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

JeffreyR jeffreyr Joined 11 Feb 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.