Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
ri /
system /
Digest /
SHA2 /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3c-i.ri
273
B
-rw-r--r--
2026-04-07 16:51
block_length-i.ri
627
B
-rw-r--r--
2026-04-07 16:51
cdesc-SHA2.ri
2.19
KB
-rw-r--r--
2026-04-07 16:51
digest_length-i.ri
756
B
-rw-r--r--
2026-04-07 16:51
new-c.ri
475
B
-rw-r--r--
2026-04-07 16:51
reset-i.ri
371
B
-rw-r--r--
2026-04-07 16:51
update-i.ri
449
B
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::NormalClass[iI" SHA2:ETI"Digest::SHA2;TI"Digest::Class;To:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[I"@A meta digest provider class for SHA256, SHA384 and SHA512.;To:RDoc::Markup::BlankLine o; ;[I"GFIPS 180-2 describes SHA2 family of digest algorithms. It defines ;TI"three algorithms:;To:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0;[o; ;[I"Aone which works on chunks of 512 bits and returns a 256-bit ;TI"digest (SHA256),;To;;0;[o; ;[I"Bone which works on chunks of 1024 bits and returns a 384-bit ;TI"digest (SHA384),;To;;0;[o; ;[I"Fand one which works on chunks of 1024 bits and returns a 512-bit ;TI"digest (SHA512).;T@S:RDoc::Markup::Heading: leveli: textI" Examples;To:RDoc::Markup::Verbatim;[I"require 'digest' ;TI" ;TI"!# Compute a complete digest ;TI"?Digest::SHA2.hexdigest 'abc' # => "ba7816bf8..." ;TI"?Digest::SHA2.new(256).hexdigest 'abc' # => "ba7816bf8..." ;TI"?Digest::SHA256.hexdigest 'abc' # => "ba7816bf8..." ;TI" ;TI"?Digest::SHA2.new(384).hexdigest 'abc' # => "cb00753f4..." ;TI"?Digest::SHA384.hexdigest 'abc' # => "cb00753f4..." ;TI" ;TI"?Digest::SHA2.new(512).hexdigest 'abc' # => "ddaf35a19..." ;TI"?Digest::SHA512.hexdigest 'abc' # => "ddaf35a19..." ;TI" ;TI" # Compute digest by chunks ;TI"Csha2 = Digest::SHA2.new # =>#<Digest::SHA2:256> ;TI"sha2.update "ab" ;TI"?sha2 << "c" # alias for #update ;TI"?sha2.hexdigest # => "ba7816bf8..." ;TI" ;TI"5# Use the same object to compute another digest ;TI"sha2.reset ;TI"sha2 << "message" ;TI">sha2.hexdigest # => "ab530a13e...";T:@format0: @fileI" ext/digest/sha2/lib/sha2.rb;T:0@omit_headings_from_table_of_contents_below0;0;0[ [ [ [[I" class;T[[:public[[I"new;TI" ext/digest/sha2/lib/sha2.rb;T[:protected[ [:private[ [I" instance;T[[;[ [I"<<;T@Q[I"block_length;T@Q[I"digest_length;T@Q[I" reset;T@Q[I"update;T@Q[;[ [;[ [ [U:RDoc::Context::Section[i 0o;;[ ;0;0[@EI"Digest;TcRDoc::NormalModule