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 /
ruby27 /
share /
ri /
system /
Random /
Formatter /
Delete
Unzip
Name
Size
Permission
Date
Action
alphanumeric-i.ri
978
B
-rw-r--r--
2023-06-06 18:25
base64-i.ri
1.05
KB
-rw-r--r--
2023-06-06 18:25
cdesc-Formatter.ri
906
B
-rw-r--r--
2023-06-06 18:25
choose-i.ri
1
KB
-rw-r--r--
2023-06-06 18:25
gen_random-i.ri
257
B
-rw-r--r--
2023-06-06 18:25
hex-i.ri
1010
B
-rw-r--r--
2023-06-06 18:25
rand-i.ri
496
B
-rw-r--r--
2023-06-06 18:25
random_bytes-i.ri
987
B
-rw-r--r--
2023-06-06 18:25
random_number-i.ri
446
B
-rw-r--r--
2023-06-06 18:25
urlsafe_base64-i.ri
1.56
KB
-rw-r--r--
2023-06-06 18:25
uuid-i.ri
953
B
-rw-r--r--
2023-06-06 18:25
Save
Rename
U:RDoc::AnyMethod[iI"urlsafe_base64:ETI"%Random::Formatter#urlsafe_base64;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"KSecureRandom.urlsafe_base64 generates a random URL-safe base64 string.;To:RDoc::Markup::BlankLine o; ; [I"KThe argument _n_ specifies the length, in bytes, of the random number ;TI"Jto be generated. The length of the result string is about 4/3 of _n_.;T@o; ; [I"7If _n_ is not specified or is nil, 16 is assumed. ;TI"$It may be larger in the future.;T@o; ; [ I";The boolean argument _padding_ specifies the padding. ;TI"6If it is false or nil, padding is not generated. ;TI"%Otherwise padding is generated. ;TI"UBy default, padding is not generated because "=" may be used as a URL delimiter.;T@o; ; [I"8The result may contain A-Z, a-z, 0-9, "-" and "_". ;TI"+"=" is also used if _padding_ is true.;T@o:RDoc::Markup::Verbatim; [I"require 'securerandom' ;TI" ;TI">SecureRandom.urlsafe_base64 #=> "b4GOKm4pOYU_-BOXcrUGDg" ;TI">SecureRandom.urlsafe_base64 #=> "UZLdOkzop70Ddx-IJR0ABg" ;TI" ;TI"KSecureRandom.urlsafe_base64(nil, true) #=> "i0XQ-7gglIsHGV2_BNPrdQ==" ;TI"KSecureRandom.urlsafe_base64(nil, true) #=> "-M8rLhr7JEpJlqFGUMmOxg==" ;T:@format0o; ; [I";If a secure random number generator is not available, ;TI"%+NotImplementedError+ is raised.;T@o; ; [I"8See RFC 3548 for the definition of URL-safe base64.;T: @fileI"lib/securerandom.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(n=nil, padding=false);T@1FI"Formatter;TcRDoc::NormalModule00