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ų.
Related Articles Susiję straipsniai
- How to SEO Optimize WordPress 2.5 Blog Web Page Title Without Optimal Title Plugin Kaip SEO Optimizuokite WordPress 2,5 Blog'as puslapis Pavadinimas Be Optimalus Pavadinimas Įskiepis
- How to Fetch and Show RSS Feeds on WordPress Blog (Atom/RSS Aggregator Plugins) Kaip kreipimosi ir Rodyti RSS ant WordPress blog (Atom / RSS Aggregator Plugins)
- Call to Undefined Function: wp_constrain_dimensions() When Uploading Images or image_downsize() in Gallery/Media Library in WordPress 2.5 Call to undefined function: wp_constrain_dimensions () Kai Siuntimas nuotraukas ar image_downsize () Galerija / Media biblioteka WordPress 2,5
- WordPress 2.5.1 Released for Download WordPress 2.5.1 Released už Atsisiųsti
- Embed PowerPoint Presentation Files in Blog or Website With Web-Based Service authorSTREAM Įterpti PowerPoint Presentation failai dienoraštį arba svetainė su internetinėmis tarnyba authorSTREAM
- Call to Undefined Function get_currentuserinfo() Error in WordPress Call to undefined function get_currentuserinfo () Error in WordPress
- PHP Fatal Error on Call to Add_Query_Var in Taxonomy.php After Upgrading to WordPress 2.5 RC2 PHP Klaida dėl skambink į Add_Query_Var į Taxonomy.php po atnaujinimo į WordPress 2,5 RC2
- WordPress 2.5 RC2 Released for Download WordPress 2,5 RC2 už Atsisiųsti
- Call To Undefined Function: ctype_digit() in WordPress 2.5 Call to undefined function: ctype_digit () į "WordPress 2,5
- Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin Išjungti WordPress 2,5 Flash vaizdų / video / Pramogos nusiuntimo su Įskiepis









































