るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.065秒)
トップページ > クエリ:l[x] > クエリ:pass[x] > クエリ:make_passwd[x] > バージョン:2.4.0[x] > ライブラリ:webrick/httpauth/basicauth[x]

別のキーワード

  1. http proxy_pass
  2. net/http proxy_pass
  3. http proxy_pass=
  4. thread pass
  5. _builtin pass

検索結果

WEBrick::HTTPAuth::BasicAuth.make_passwd(realm, user, pass) -> String (73279.0)

pass をランダムなソルトで crypt した文字列を返します。

pass をランダムなソルトで crypt した文字列を返します。

@param realm レルムを指定します。

@param user ユーザ名を指定します。

@param pass パスワードを指定します。