What is the output length of PHP crypt()? [closed]
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . what's the output length of PHP crypt() ? md5() output is 128 bits and produce a string with 32 chars, so in data base you put that in a char(32) column, what about the crypt() ? 回答1: Note: It is totally limited