You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for writing this package. It seems to be missing the DES implementation?
crypt() is the password encryption function. It is based on the Data Encryption Standard algorithm with variations intended (among other things) to discourage use of hardware implementations of a key search.
If a salt didn't have $id$ in it, it should end up doing the basic crypt that results in a hash of length 13.
The text was updated successfully, but these errors were encountered:
Thanks for writing this package. It seems to be missing the DES implementation?
If a salt didn't have$id$ in it, it should end up doing the basic crypt that results in a hash of length 13.
The text was updated successfully, but these errors were encountered: