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 /
ruby30 /
share /
ri /
system /
OpenSSL /
PKey /
RSA /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-RSA.ri
1.97
KB
-rw-r--r--
2024-06-26 17:25
export-i.ri
672
B
-rw-r--r--
2024-06-26 17:25
generate-c.ri
705
B
-rw-r--r--
2024-06-26 17:25
initialize_copy-i.ri
270
B
-rw-r--r--
2024-06-26 17:25
new-c.ri
1.29
KB
-rw-r--r--
2024-06-26 17:25
params-i.ri
579
B
-rw-r--r--
2024-06-26 17:25
private%3f-i.ri
367
B
-rw-r--r--
2024-06-26 17:25
private_decrypt-i.ri
716
B
-rw-r--r--
2024-06-26 17:25
private_encrypt-i.ri
789
B
-rw-r--r--
2024-06-26 17:25
public%3f-i.ri
402
B
-rw-r--r--
2024-06-26 17:25
public_decrypt-i.ri
757
B
-rw-r--r--
2024-06-26 17:25
public_encrypt-i.ri
741
B
-rw-r--r--
2024-06-26 17:25
public_key-i.ri
743
B
-rw-r--r--
2024-06-26 17:25
set_crt_params-i.ri
538
B
-rw-r--r--
2024-06-26 17:25
set_factors-i.ri
375
B
-rw-r--r--
2024-06-26 17:25
set_key-i.ri
375
B
-rw-r--r--
2024-06-26 17:25
sign_pss-i.ri
1.75
KB
-rw-r--r--
2024-06-26 17:25
to_der-i.ri
363
B
-rw-r--r--
2024-06-26 17:25
to_pem-i.ri
510
B
-rw-r--r--
2024-06-26 17:25
to_s-i.ri
506
B
-rw-r--r--
2024-06-26 17:25
translate_padding_mode-i.ri
289
B
-rw-r--r--
2024-06-26 17:25
verify_pss-i.ri
1.3
KB
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI" sign_pss:ETI" OpenSSL::PKey::RSA#sign_pss;TF:privateo: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