[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:14415] MD5 base password?
慎@未来ネットです。
#potato-jpから持ってきた、ruby1.2.3でcvsのパスワードファイルを作ろうと考
#えています。…誰か、もう作った人がいるかも知れん…その前に、rubyで暗号
#できるのだろうか…
Debian2.1では、パスワードの暗号化に何を使っているのでしょうか。libcの
crypt()をそのまま使っているのか、DESを使っているのか、それとも、MD5を使っ
ているのでしょうか。
/usr/doc/passwdでは、
---MD5 Encryption
If you set MD5_CRYPT_ENAB=yes in /etc/login.defs, passwords will be
encrypted with an MD5-based algorithm. It also supports of passwords
of unlimited length and longer salt strings.
とかいてあるので、DESかなと思うのですが
/etc/login.defsでは、
#MD5_CRYPT_ENAB no
とコメントをしてあるのでMD5なのだろうかとも思ってしまいます。一体どちら
なのでしょうか。