Changeset 7cad7b4 for crypting.h
- Timestamp:
- 2005-12-08T16:00:08Z (19 years ago)
- Branches:
- master
- Children:
- 87c24ba
- Parents:
- 09adf08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
crypting.h
r09adf08 r7cad7b4 24 24 */ 25 25 26 void setpassnc (irc_t *irc, const char *pass); /* USE WITH CAUTION! */ 27 int setpass (irc_t *irc, const char *pass, const char* md5sum); 26 int checkpass (const char *password, const char *md5sum); 28 27 char *hashpass (irc_t *irc); 29 28 char *obfucrypt (irc_t *irc, char *line);
Note: See TracChangeset
for help on using the changeset viewer.