Cara Membuat AUTH_KEY Wordpress Ala Anjrah

AUTH_KEY merupakan kode enkripsi khusus yang digunakan wordpress untuk mengamankan website usernya. Dia bekerja mengenkripsi data yang tertanam didalam cookies. Detailnya baca baca mengenai merubah kode AUTH_KEY Secret wordpress. Kalau kamu mau buat juga, silakan akses di https://api.wordpress.org/secret-key/1.1/salt/ 


Cara pasangnya dimana? pasang di wp-config dalam wordpressmu. Edit nanti bagian bawah dirimu nemu tulisan Gini:

/**#@+
* 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
*/

Nah taruh dibawah tulisan tersebut diatas kode enkripsimu tadi. Misalnya nanti jadinya begini

/**#@+
* 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',         'A7?>K8m$zK]c5y#qi6g5 L8v@Hz*OV$1A)K49u]J3]CZm ^o!,oaM(+]5v<.;s-g');
define('SECURE_AUTH_KEY', 'bt!8$pBrln2JOC3(B: $xUU`a,V#~PV~N5j+(mGKCS}9;2?pAc}tiMt[R RS5rIS');
define('LOGGED_IN_KEY', '8T~s}2l~}=I4v~;GQ-]oIh;S:2$^K#P+WQv^w nlIYpKu,;U 4k-^.#]0|7%L0|l');
define('NONCE_KEY', '*9vSLMQP^GRdYn}te7H5-aimr-~o}qnjdrRO+e1x<A%vnHiC/mm!+#nZ,v0d=VAz');
define('AUTH_SALT', 'fspIuAb<-*AhEQi#+4R?KKZd9wz$q-uA<M4p1h/KXe-ikv=V9 3tUK7p,|@Gg>Ew');
define('SECURE_AUTH_SALT', 'J>yR.7x8@+d=}hVoG11)T-AtI&Oy|j;8AhiX];ANMit~=q9[E-4S<ZpX9wM<Fija');
define('LOGGED_IN_SALT', 'd-:ocoZw@SlGUfuF|^]h&sk*_9~UU+-T+<hHDdKmDzGWl}_Y>H<fh6D+;) g~e0(');
define('NONCE_SALT', 'ix+v#O^wMwhj#XZu7wcTVdB-5)yD4|3Jv7,6WIo5-$/qTon9.q>w1^ -H5K75Mh[');







Woke? Semoga manfaat ya. Bikin sendiri kode enkripsimu ya di https://api.wordpress.org/secret-key/1.1/salt/. makasih.

Artikel Terkait

Sharekan bagaimana pandanganmu sendiri mengenai artikel di atas..
EmoticonEmoticon