La ce folosesc acele KEY SECRET de la wordpress

* Authentication Unique Keys and Salts.
 *
 * Change these to different unique phrases!
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define('AUTH_KEY',         '1QA^IJ_l4h}),m`TQQR{P@2upBpfshdDlpj].JC_9)tbx~Ys=VnNs{&0-@c:iJh*');
define('SECURE_AUTH_KEY',  '-IfL96:2_zCsmLL/=sVA%ymxg2>OOKy0 V.@sd, R8st`Q.a>hWW3^$R2C[oIzoF');
define('LOGGED_IN_KEY',    'J4^:QPE4qA`[}DX<AkhrfQKYsxRIaiam#r)<w$Bn$MD*L-HA!_WjQ:rKih3ws;.;');
define('NONCE_KEY',        '.Y!w>>][:s.4}(37?%6u{k]IGRSeo%+X!B>TC#/%^<D#NF0)/Js*x261u6QX(g*%');
define('AUTH_SALT',        '^_*>)NSg`.hP.xcu~4 T]2r1w.cnId)~-=3?QaQMvk.U@YGtg>*b*F6yl#EYyNh@');
define('SECURE_AUTH_SALT', ';muHWo1]j2ueE.C2ap%}|)r31UwjQ?F+o</9?mw~1q/}LZkgaT+v&s{DKb1a:VEH');
define('LOGGED_IN_SALT',   '}VwfCgY`#T?a(d>5V[kSVKIYUB,4|;&(;%-O%~h9$zyHy[XMX#8AT!Uq,5x`l_uG');
define('NONCE_SALT',       ',osO-y?7?kh,}RIJY:e_2qZJP8ns<NTe@VG%`1o#gN-*+fW~O-[)vr#@/e_NTz~ ');

/**#@-*/

Stie cineva la ce folosesc aceste key ? Ce se poate face cu un astfel de key ?

Sunt folosite pentru criptarea datelor.
Nu prea este indicat sa le faci publice…

Sunt folosite pentru criptarea datelor din cookie-uri. Datele din baza de date sunt în clar.

https://codex.wordpress.org/Editing_wp-config.php#Security_Keys

Tu, în mod direct, nu ai prea multe de făcut, că nu le foloseșt. Sunt folosite de metodele interne ale WordPress la generarea cookie-urilor, a nonce-urilor etc.

https://codeseekah.com/2012/04/09/why-wordpress-authentication-unique-keys-and-salts-are-important/

2 Likes