るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.014秒)
トップページ > ライブラリ:openssl[x] > クエリ:BF[x] > バージョン:2.3.0[x]

別のキーワード

  1. bf new
  2. openssl bf
  3. openssl openssl::cipher::bf
  4. bf openssl
  5. new openssl::cipher::bf

種類

クラス

検索結果

OpenSSL::Cipher::BF (54055.0)

BF(BlowFish)暗号を表すクラス

BF(BlowFish)暗号を表すクラス

OpenSSL::Cipher::BF.new(mode) -> OpenSSL::Cipher::BF (9358.0)

BF(BlowFish)暗号オブジェクトを生成し、返します。

...BF(BlowFish)暗号オブジェクトを生成し、返します。

モードを文字列 mode で指定します。

指定可能なモードは OpenSSL::Cipher.ciphers で取得できます。

@param mode モード文字列...