This shows you the differences between two versions of the page.
isc:labs:03 [2024/10/23 14:11] radu.mantu [05. [10p] Linux PAM] |
isc:labs:03 [2025/01/23 12:36] (current) radu.mantu [03. [15p] Password Hashing] |
||
---|---|---|---|
Line 86: | Line 86: | ||
Test if you were successful by trying to log in (''su'') using the new password. | Test if you were successful by trying to log in (''su'') using the new password. | ||
- | **References:** | + | <note warning> |
- | * https://python.readthedocs.io/en/stable/library/crypt.html | + | **crypt** was deprecated in PEP 594. See [[https://docs.python.org/3/library/crypt.html|this]] for alternatives. **legacycrypt** works.</note> |
<solution -hidden> | <solution -hidden> | ||
Line 149: | Line 149: | ||
---- | ---- | ||
- | Remember that ''^?'' sequences where ''?'' can be certain | + | Remember that ''^?'' sequences (where ''?'' certain upper-case letters) represents a control character. If you get an error that contains such a sequence, take a look at the hexdump. |
</note> | </note> | ||