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.60
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 /
OpenSSL /
PKey /
RSA /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-RSA.ri
1.93
KB
-rw-r--r--
2026-04-07 16:51
export-i.ri
2.48
KB
-rw-r--r--
2026-04-07 16:51
generate-c.ri
704
B
-rw-r--r--
2026-04-07 16:51
initialize_copy-i.ri
269
B
-rw-r--r--
2026-04-07 16:51
new-c.ri
1.28
KB
-rw-r--r--
2026-04-07 16:51
params-i.ri
578
B
-rw-r--r--
2026-04-07 16:51
private%3f-i.ri
366
B
-rw-r--r--
2026-04-07 16:51
private_decrypt-i.ri
793
B
-rw-r--r--
2026-04-07 16:51
private_encrypt-i.ri
866
B
-rw-r--r--
2026-04-07 16:51
public%3f-i.ri
401
B
-rw-r--r--
2026-04-07 16:51
public_decrypt-i.ri
833
B
-rw-r--r--
2026-04-07 16:51
public_encrypt-i.ri
818
B
-rw-r--r--
2026-04-07 16:51
public_key-i.ri
742
B
-rw-r--r--
2026-04-07 16:51
set_crt_params-i.ri
537
B
-rw-r--r--
2026-04-07 16:51
set_factors-i.ri
374
B
-rw-r--r--
2026-04-07 16:51
set_key-i.ri
374
B
-rw-r--r--
2026-04-07 16:51
sign_pss-i.ri
1.75
KB
-rw-r--r--
2026-04-07 16:51
to_der-i.ri
663
B
-rw-r--r--
2026-04-07 16:51
to_pem-i.ri
2.33
KB
-rw-r--r--
2026-04-07 16:51
to_s-i.ri
2.32
KB
-rw-r--r--
2026-04-07 16:51
translate_padding_mode-i.ri
289
B
-rw-r--r--
2026-04-07 16:51
verify_pss-i.ri
1.3
KB
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI" sign_pss:ETI" OpenSSL::PKey::RSA#sign_pss;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"QSigns _data_ using the Probabilistic Signature Scheme (RSA-PSS) and returns ;TI"the calculated signature.;To:RDoc::Markup::BlankLine o; ; [I"0RSAError will be raised if an error occurs.;T@o; ; [I"4See #verify_pss for the verification operation.;T@S:RDoc::Markup::Heading: leveli: textI"Parameters;To:RDoc::Markup::List: @type: NOTE:@items[ o:RDoc::Markup::ListItem:@label[I" _digest_;T; [o; ; [I";A String containing the message digest algorithm name.;To;;[I"_data_;T; [o; ; [I"%A String. The data to be signed.;To;;[I"_salt_length_;T; [o; ; [ I"HThe length in octets of the salt. Two special values are reserved: ;TI"N+:digest+ means the digest length, and +:max+ means the maximum possible ;TI"Llength for the combination of the private key and the selected message ;TI"digest algorithm.;To;;[I"_mgf1_hash_;T; [o; ; [I"NThe hash algorithm used in MGF1 (the currently supported mask generation ;TI"function (MGF)).;T@S;; i;I"Example;To:RDoc::Markup::Verbatim; [I"data = "Sign me!" ;TI")pkey = OpenSSL::PKey::RSA.new(2048) ;TI"Wsignature = pkey.sign_pss("SHA256", data, salt_length: :max, mgf1_hash: "SHA256") ;TI"6pub_key = OpenSSL::PKey.read(pkey.public_to_der) ;TI"8puts pub_key.verify_pss("SHA256", signature, data, ;TI"O salt_length: :auto, mgf1_hash: "SHA256") # => true;T:@format0: @fileI" ext/openssl/ossl_pkey_rsa.c;T:0@omit_headings_from_table_of_contents_below0I"Drsa.sign_pss(digest, data, salt_length:, mgf1_hash:) -> String ;T0[ I"(p1, p2, p3 = {});T@DFI"RSA;TcRDoc::NormalClass00