るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.022秒)
トップページ > クエリ:FALSE[x] > バージョン:2.5.0[x] > クエリ:Htdigest[x]

別のキーワード

  1. object false
  2. _builtin false
  3. rb_false
  4. false object
  5. false _builtin

ライブラリ

検索結果

WEBrick::HTTPAuth::Htdigest (54139.0)

Apache の htdigest 互換のクラス。

Apache の htdigest 互換のクラス。



require 'webrick'
include WEBrick
htd = HTTPAuth::Htdigest.new('dot.htdigest')
htd.set_passwd('realm', 'username', 'supersecretpass')
htd.flush
htd2 = HTTPAuth::Htdigest.new('dot.htdigest')
p htd2.get_passwd('realm', 'username', false) == '65fe03e5b0a199462186848...