るりまサーチ

最速Rubyリファレンスマニュアル検索!
192件ヒット [1-100件を表示] (0.023秒)

別のキーワード

  1. openssl digest
  2. digest digest
  3. digest new
  4. digest
  5. base digest

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 > >>

Digest::SHA2 (21000.0)

Digest::SHA2#digest_length -> Integer (12101.0)

ダイジェストのハッシュ値のバイト長を返します。

ダイジェストのハッシュ値のバイト長を返します。

OpenSSL::Digest::SHA224.digest(data) -> String (12101.0)

data のダイジェストを SHA224 で計算します。

...data のダイジェストを SHA224 で計算します。

@param data ダイジェストを計算する文字列...

OpenSSL::Digest::SHA256.digest(data) -> String (12101.0)

data のダイジェストを SHA256 で計算します。

...data のダイジェストを SHA256 で計算します。

@param data ダイジェストを計算する文字列...

OpenSSL::Digest::SHA224.hexdigest(data) -> String (12100.0)

data のダイジェストを SHA224 で計算し、16進文字列で返します。

...data のダイジェストを SHA224 で計算し、16進文字列で返します。

@param data ダイジェストを計算する文字列...

絞り込み条件を変える

OpenSSL::Digest::SHA256.hexdigest(data) -> String (12100.0)

data のダイジェストを SHA256 で計算し、16進文字列で返します。

...data のダイジェストを SHA256 で計算し、16進文字列で返します。

@param data ダイジェストを計算する文字列...

rubygems/digest/sha2 (12016.0)

Digest::SHA256 をラップするためのライブラリです。

...Digest::SHA256 をラップするためのライブラリです。...

digest/sha2 (12000.0)

FIPS PUB 180-2に記述されているNIST (the US' National Institute of Standards and Technology) の以下のアルゴリズムを実装するクラスを提供す るライブラリです。

FIPS PUB 180-2に記述されているNIST (the US' National Institute of
Standards and Technology) の以下のアルゴリズムを実装するクラスを提供す
るライブラリです。

* SHA-256 Secure Hash Algorithm
* SHA-384 Secure Hash Algorithm
* SHA-512 Secure Hash Algorithm

Digest::SHA256 (9000.0)

FIPS PUB 180-2に記述されているNIST (the US' National Institute of Standards and Technology) の SHA-256 Secure Hash Algorithmを 実装するクラスです。

FIPS PUB 180-2に記述されているNIST (the US' National Institute of
Standards and Technology) の SHA-256 Secure Hash Algorithmを
実装するクラスです。
<< 1 2 > >>