~vorlon/ubuntu/saucy/mokutil/trunk

« back to all changes in this revision

Viewing changes to src/password-crypt.h

  • Committer: Gary Ching-Pang Lin
  • Date: 2013-01-29 04:17:18 UTC
  • Revision ID: git-v1:9205203a929aac32fc1e4a53cd8e1c1bb74cfde3
Support MD5-based crypt() hash

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
#define PASSWORD_CRYPT_SIZE sizeof(pw_crypt_t)
32
32
 
 
33
#define MD5_B64_LENGTH 22
33
34
#define SHA256_B64_LENGTH 43
34
35
#define SHA512_B64_LENGTH 86
35
36