Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
opt
/
alt
/
ruby21
/
share
/
ri
/
2.1.0
/
system
/
OpenSSL
/
Cipher
/
//opt/alt/ruby21/share/ri/2.1.0/system/OpenSSL/Cipher/pkcs5_keyivgen-i.ri
U:RDoc::AnyMethod[iI"pkcs5_keyivgen:ETI"#OpenSSL::Cipher#pkcs5_keyivgen;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"7Generates and sets the key/IV based on a password.;To:RDoc::Markup::BlankLine o; ; [ I"OWARNING: This method is only PKCS5 v1.5 compliant when using RC2, RC4-40, ;TI"Oor DES with MD5 or SHA1. Using anything else (like AES) will generate the ;TI"Lkey/iv using an OpenSSL specific method. This method is deprecated and ;TI"Ishould no longer be used. Use a PKCS5 v2 key generation method from ;TI"OpenSSL::PKCS5 instead.;T@S:RDoc::Markup::Heading: leveli: textI"Parameters;To; ; [I"2+salt+ must be an 8 byte string if provided. ;TI"7+iterations+ is a integer with a default of 2048. ;TI"7+digest+ is a Digest object that defaults to 'MD5';T@o; ; [I"1A minimum of 1000 iterations is recommended.;T: @fileI"ext/openssl/ossl_cipher.c;T:0@omit_headings_from_table_of_contents_below0I"Lcipher.pkcs5_keyivgen(pass [, salt [, iterations [, digest]]] ) -> nil ;T0[ I"$(p1, p2 = v2, p3 = v3, p4 = v4);T@ FI"Cipher;TcRDoc::NormalClass00