#include <string>Go to the source code of this file.
Enumerations | |
| enum | crypt_t { CRYPT, MD5, BIGCRYPT, BLOWFISH } |
Functions | |
| bool | crypt_pass (string unencrypted, crypt_t use_crypt, string *encrypted) |
| enum crypt_t |
| bool crypt_pass | ( | string | unencrypted, | |
| crypt_t | use_crypt, | |||
| string * | encrypted | |||
| ) |
1.5.0