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.216.45
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby30 /
share /
ri /
system /
OpenSSL /
HMAC /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3c-i.ri
828
B
-rw-r--r--
2024-06-26 17:25
%3d%3d-i.ri
346
B
-rw-r--r--
2024-06-26 17:25
cdesc-HMAC.ri
1.75
KB
-rw-r--r--
2024-06-26 17:25
digest-c.ri
910
B
-rw-r--r--
2024-06-26 17:25
digest-i.ri
702
B
-rw-r--r--
2024-06-26 17:25
hexdigest-c.ri
901
B
-rw-r--r--
2024-06-26 17:25
hexdigest-i.ri
1.01
KB
-rw-r--r--
2024-06-26 17:25
initialize_copy-i.ri
262
B
-rw-r--r--
2024-06-26 17:25
inspect-i.ri
894
B
-rw-r--r--
2024-06-26 17:25
new-c.ri
1.19
KB
-rw-r--r--
2024-06-26 17:25
reset-i.ri
854
B
-rw-r--r--
2024-06-26 17:25
to_s-i.ri
888
B
-rw-r--r--
2024-06-26 17:25
update-i.ri
848
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::NormalClass[iI" HMAC:ETI"OpenSSL::HMAC;TI"Object;To:RDoc::Markup::Document:@parts[o;;[ : @fileI"$ext/openssl/lib/openssl/hmac.rb;T:0@omit_headings_from_table_of_contents_below0o;;[o:RDoc::Markup::Paragraph;[ I"KOpenSSL::HMAC allows computing Hash-based Message Authentication Code ;TI"K(HMAC). It is a type of message authentication code (MAC) involving a ;TI"Mhash function in combination with a key. HMAC can be used to verify the ;TI"8integrity of a message as well as the authenticity.;To:RDoc::Markup::BlankLine o;;[I">OpenSSL::HMAC has a similar interface to OpenSSL::Digest.;T@S:RDoc::Markup::Heading: leveli: textI")HMAC-SHA256 using one-shot interface;T@o:RDoc::Markup::Verbatim;[ I"key = "key" ;TI"*data = "message-to-be-authenticated" ;TI"8mac = OpenSSL::HMAC.hexdigest("SHA256", key, data) ;TI"L#=> "cddb0db23f469c8bf072b21fd837149bd6ace9ab771cceef14c9e517cc93282e" ;T:@format0S; ;i;I",HMAC-SHA256 using incremental interface;T@o;;[I" data1 = File.read("file1") ;TI" data2 = File.read("file2") ;TI"key = "key" ;TI"-hmac = OpenSSL::HMAC.new(key, 'SHA256') ;TI"hmac << data1 ;TI"hmac << data2 ;TI"mac = hmac.digest;T;0; I"ext/openssl/ossl_hmac.c;T; 0; 0; 0[ [ [ [[I" class;T[[:public[ [:protected[ [:private[[I"digest;TI"$ext/openssl/lib/openssl/hmac.rb;T[I"hexdigest;T@>[I"new;TI"ext/openssl/ossl_hmac.c;T[I" instance;T[[;[ [;[ [;[[I"<<;T@C[I"==;T@>[I"digest;T@C[I"hexdigest;T@C[I"initialize_copy;T@C[I"inspect;T@C[I" reset;T@C[I" to_s;T@C[I"update;T@C[ [U:RDoc::Context::Section[i 0o;;[ ; 0; 0[I"$ext/openssl/lib/openssl/hmac.rb;TI"ext/openssl/ossl.c;TI"OpenSSL;TcRDoc::NormalModule