i have created user using ion auth library, password saved encoded format below: "$2a$07$sebknntpzror9uyftvopmu61qg0ms8qv1yv6fg.kqosm.9qhmto36" how can encoded password original password back.
is possible or need create rest page user?
this not possible, , design. applications don't store passwords in such way can later retrieved. users - no rogue sysadmin can take email , password , try other sites; , sysadmins - if database hacked/leaked, users don't need worry having other accounts broken (and suing sysadmin).
what see here called password hashing (sometimes incorrectly termed one-way encryption).
Comments
Post a Comment