るりまサーチ

最速Rubyリファレンスマニュアル検索!
132件ヒット [1-100件を表示] (0.122秒)
トップページ > クエリ:i[x] > クエリ:Digest[x] > クエリ:SHA[x] > 種類:クラス[x]

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. kernel $-i
  5. ipaddr to_i

ライブラリ

キーワード

検索結果

<< 1 2 > >>

OpenSSL::Digest (24061.0)

ハッシュ関数のためのインターフェースを提供するクラスです。

...する (OpenSSL::Digest.digest,
Digest
::Instance#hexdigest) 方法です。短い文字列の
ダイジェストを取るときにはこちらを使えばよいでしょう。

もう一つはダイジェストオブジェクトを作成して、文字列を順次
OpenSSL::Digest#update で渡すこ...
...イルのハッシュ値を計算する場合などに
利用します。


例:
require 'openssl'
digest
= OpenSSL::Digest.new("sha256")

File.open(filename){|f|
while data = f.read(1024)
digest
.update(data)
end
}
puts digest.hexdigest

digest
も参照してください。...

OpenSSL::Digest::SHA (24017.0)

ハッシュ関数 SHA を表すクラス

...ハッシュ関数 SHA を表すクラス...

Digest::SHA1 (12017.0)

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

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

Digest::SHA256 (12017.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を
実装するクラスです。...

Digest::SHA384 (12017.0)

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

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

絞り込み条件を変える

Digest::SHA512 (12017.0)

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

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

OpenSSL::Digest::SHA1 (12017.0)

ハッシュ関数 SHA1 を表すクラス

...ハッシュ関数 SHA1 を表すクラス...

OpenSSL::Digest::SHA224 (12017.0)

ハッシュ関数 SHA224 を表すクラス

...ハッシュ関数 SHA224 を表すクラス...

OpenSSL::Digest::SHA256 (12017.0)

ハッシュ関数 SHA256 を表すクラス

...ハッシュ関数 SHA256 を表すクラス...

OpenSSL::Digest::SHA384 (12017.0)

ハッシュ関数 SHA384 を表すクラス

...ハッシュ関数 SHA384 を表すクラス...

絞り込み条件を変える

<< 1 2 > >>