Python Forum
Documentation for crypt function
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Documentation for crypt function
#1
While it is possible that I didn't understand it because I am a newbie, it seems to me that the documentation page about the crypt module could be improved. Specifically, in the crypt.crypt section, when talking about salt, it says that it can be prefixed by '$digit$'. The page could specify which digits are to be used to choose between SHA256 and SHA512 method (I figured it out by trying what mksalt() did).
Thank you for your attention.
Reply
#2
You're probably looking at an old version (for python 2.7)
see: https://docs.python.org/3.6/library/crypt.html
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020