Make WordPress Blog More Secure Using Secret Key Padaryti WordPress blog Daugiau Saugus naudojimas Secret Key

A new security feature has been added since Nauja saugumo funkcija buvo įtrauktas, kadangi WordPress 2.5 WordPress 2,5 and all future versions (including ir visos būsimos, versijos (įskaitant WordPress 2.5.1 WordPress 2.5.1 that just been released). kad tik buvo išleistas). The Secret Key is been added to wp-config.php file to enhance the security passwords used by WordPress blog, or more specifically the password hashing and cookie security. Slaptas raktas yra įtrauktas į wp-config.php failą sustiprinti saugumo slaptažodžius naudoja WordPress dienoraštį arba konkrečiau slaptažodį maišymo ir slapukas saugumo.

If you check out the wp-config-sample.php comes with WordPress 2.5 or later, there is a new lines that indicates the new option added in WordPress 2.5 Jei patikrinti wp-config-sample.php ateis su WordPress 2.5 arba vėliau, yra naujas eilutes, kurios rodo, kad nauja galimybė papildomas WordPress 2,5

// Change SECRET_KEY to a unique phrase. / / Pakeisti SECRET_KEY į unikalią frazę. You won't have to remember it later, Jums nereikės prisiminti jį vėliau,
// so make it long and complicated. / / Taip, kad ilgas ir sudėtingas. You can visit https://www.grc.com/passwords.htm Galite apsilankyti https: / / www.grc.com / passwords.htm
// to get a phrase generated for you, or just make something up. / / Gauti frazė sukurtas Jums, arba tiesiog padaryti ką nors ne.
define('SECRET_KEY', 'put your unique phrase here'); // Change this to a unique phrase. define ( 'SECRET_KEY "," įdėti unikalią frazę čia'); / / Keisti tai unikali frazę.

The Secret Key, when definied in wp-config.php file, is used asa 'seed' to create and generate a hard-to-guess and individually unique random number when calculating hash value for WordPress to encrypt password, especially on cookie authentication. The Secret Key, kai apibrėžta wp-config.php failą, naudojama asa "sėkla" kurti ir generuoti sunku su atspėti ir individualiai unikali atsitiktinių skaičių apskaičiuojant maišos vertė WordPress koduoti slaptažodį, ypač Slapukas autentifikavimą. Comparing with when every blog has the same 'seed' (no Secret Key), by using a different Secret Key which is different and unique for each blog, it reduces that possibility that hackers may crack the passwords, or almost impossible to crack. Lyginant su kai kiekvienas dienoraštis turi tą patį "sėkla" (ne paslaptis Key), naudojant kitą slaptą raktą, kuris yra skirtingas ir unikalus kiekvieno dienoraštį, jis sumažina tokią galimybę, kad hakerami gegužė kreko slaptažodžius, arba beveik neįmanoma įtrūkimai.

Thus setting up a Secret Key is highly recommended to increase the security protection of the blog. Taigi įkuriantis Slaptas raktas yra labai rekomenduojama padidinti apsaugą į dienoraštį. To set up the Secret Key, simply modify the line (or add in the line if you're upgrading to WordPress 2.5) in wp-config.php file: Norėdami sukurti slaptą raktą, tiesiog pakeisti eilutė (ar įtraukti į eilutę, jei atnaujinimo WordPress 2.5) į wp-config.php failą:

define('SECRET_KEY', 'put your unique phrase here'); define ( 'SECRET_KEY "," įdėti unikalią frazę čia');

Change the 'put your unique phrase here' to a long, strong and random mixed character strings. Pakeiskite "įdėti unikalią frazę čia", ilgas, stiprus ir atsitiktinių maišyti simbolių eilutes. Length is not restricted, but it's recommended to put the phrase to be longer than 60 characters. Ilgis nėra ribojamas, tačiau rekomenduojama atidėti frazė būti ilgesnis nei 60 simbolių. The key is 'random', which means mixing around upper and lower case, special characters, punctuation marks, and numbers to a most complex string is the best. Svarbiausia yra "atsitiktinė", tai reiškia, maišymo apie didžiųjų ir mažųjų raidžių, specialių simbolių, skyrybos ženklai ir numeriai labai sudėtinga seka yra geriausias. For not random string, it may be possible for an attacker to brute force the default WordPress SALT generation process to gain access to your blog. Ne atsitiktinių Styga, tai gali būti dėl atakującej brute force numatytąjį WordPress DRUSKOS gamybos procese gauti prieigą prie jūsų dienoraščio.

If you're not creative enough, WordPress has a random secret key auto generator that generates a completely random key for user. Jei nesate kūrybinių pakankamai, WordPress yra atsitiktinis slapto rakto automatinis generatorius sukuria visiškai atsitiktinai rakte vartotojas. To use it, simply to to this URL: Norėdami jį naudoti, tiesiog į šią URL:

http://api.wordpress.org/secret-key/1.0/ http://api.wordpress.org/secret-key/1.0/

Then just copy and paste the entire line to replace the existing line in wp-config.php (or insert it into wp-config.php if you're using pre-WordPress 2.5 wp-copnfig.php. Tada tiesiog nukopijuokite ir įklijuokite visą eilutę pakeisti esamą liniją wp-config.php (arba įdėti į wp-config.php jei naudojate anksto WordPress 2,5 wp-copnfig.php.

After adding in the secret-key, all login session will be invalidated, and every users will have to re-login again. Pridėjus į slapto rakto, visus prisijungimo sesiją bus pripažinta negaliojančia, ir kas vartotojai turės dar kartą prisijungti iš naujo.

IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. SVARBU: You're reading mašina išverstą puslapį, kuri yra pateikiama "kaip yra" be garantijų. Unlike human translation, machine translation does not understand the grammar, semantics, syntax, idioms of natural language, thus often produce inaccurate and low quality text which is misleading and incomprehensible. Skirtingai nuo žmogaus vertimas, mašininio vertimo nesupranta gramatika, semantika, sintaksė, frazeologizm natūralios kalbos, todėl neretai netiksli ir žemos kokybės teksto, kuris yra klaidinančios ir nesuprantami. Thus, please refer to Taigi, prašome kreiptis į original English article originalas anglų straipsnis when in doubt. kai kyla abejonių.



Leave a Reply Leave a Reply

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Galite naudoti šias žymeles: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. Subscribe to comments funkcija buvo išjungta. To receive notification of latest comments posted, subscribe to Norėdami gauti pranešimus apie naujausius komentarų, užsiprenumeruoti Tip and Trick Comments RSS feed Patarimas ir Trick Komentarų RSS or arba register to receive registruotis, norint gauti new comments in daily email digest. Nauji komentarai kasdien elektroniniu paštu.
Custom Search

Incoming Search Terms for the Article Pradedantys Paieška Sąlygos straipsnį

wordpress authentication unique keys WordPress autentifikavimą unikalūs raktai - -- Authentication Unique Keys wordpress Autentifikuojama unikalūs raktai wordpress - -- wordpress auth key WordPress auth raktas - -- wordpress secret key service WordPress slapto rakto paslaugos - -- WordPress.org secret-key service WordPress.org slaptu raktu paslaugos - -- wordpress Authentication Unique Keys. WordPress Autentifikuojama unikalių raktų. - -- wordpress authentication keys WordPress autentiškumo raktai - -- wordpress "Authentication Unique Keys" wordpress "Autentifikuojama unikalūs raktai" - -- wordpress WordPress - -- wordpress auth keys WordPress auth raktai - -- Authentication Unique Keys for wordpress Autentifikuojama unikalių raktų skirtas WordPress - -- wordpress auth key generator WordPress auth rakto generatorius - -- Authentication Unique Keys. Autentifikuojama unikalių raktų. wordpress WordPress - -- wordpress secret key generator WordPress slapti raktai generatorius - -- word press auth key žodis paspauskite auth raktas - -- wordpress secret-key WordPress slaptu raktu - -- WordPress secret-key service WordPress slaptu raktu paslaugos - -- auth key wordpress auth rakto wordpress - -- wordpress secret key WordPress slapto rakto - -- "Authentication Unique Keys" wordpress "Autentifikuojama unikalių raktų" wordpress - -- wordpress.org secret key service wordpress.org slapto rakto paslaugos - -- wordpress authkey WordPress authkey - -- what are wordpress Authentication Unique Keys kas yra wordpress Autentifikuojama unikalūs raktai - -- wordpress unique authentication keys WordPress unikalų autentiškumo raktai - -- web+publishing interneto + leidyba - -- wp auth key generator wp auth rakto generatorius - -- Authentication Unique Keys in wordpress Autentifikuojama unikalių raktų į WordPress - -- wordpress api secret key WordPress api slapto rakto - -- wordpress auth-key WordPress auth-raktas - -- wordpress unique key WordPress unikalų raktą - -- wordpress key generator WordPress pagrindinius generatorius - -- wordpress authentication key WordPress atpažinimo raktas - -- secret-key service wordpress slaptu raktu paslaugų wordpress - -- blog internetinis dienoraštis - -- wp Authentication Unique Keys wp Autentifikuojama unikalūs raktai - -- what are authentication unique keys in wordpress kokie yra autentiškumo unikalių raktų wordpress - -- what is wordpress Authentication Unique Keys kas yra wordpress Autentifikuojama unikalūs raktai - -- why wordpress auth key kodėl wordpress auth raktas - -- authetication unique keys for wordpress authetication unikalių raktų wordpress - -- Authentication Unique Keys. Autentifikuojama unikalių raktų. wordpress WordPress - -- auth key in wordpress auth raktas wordpress - -- generate Authentication Unique Keys for wordpress generuoja Autentifikuojama unikalių raktų skirtas WordPress - -- what are wordpress Authentication Unique Keys? kas yra wordpress Autentifikuojama unikalūs raktai? - -- wordpress config auth key WordPress config auth raktas - -- php generate secret key Php generuoti slapto rakto - -- wordpress unique key generator WordPress unikalų raktą generatorius - -- wordpress auth key WordPress auth raktas - -- wordpress unique phrase WordPress unikalus frazė - -- api wordpress secret key api wordpress slapto rakto - -- key raktas - --