Make WordPress Blog More Secure Using Secret Key הפוך בלוג WordPress מאובטחת יותר באמצעות מפתח סודי
A new security feature has been added since תכונה חדשה האבטחה נמחקה מאז WordPress 2.5 WordPress 2.5 and all future versions (including וכל גרסאות עתידיות (לרבות WordPress 2.5.1 WordPress 2.5.1 that just been released). זה היה רק הפצה). 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. The Secret מפתח נוסף על הקובץ wp-config.php כדי לשפר את אבטחת הסיסמאות המשמשות WordPress הבלוג, או ליתר דיוק את הסיסמה hashing ו עוגייה אבטחה.
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 אם לבדוק את wp-config-sample.php מגיע עם WordPress 2.5 או מאוחר יותר, ישנו קו חדש עולה כי הוספנו את האפשרות החדשה ב-WordPress 2.5
// Change SECRET_KEY to a unique phrase. / / שנה SECRET_KEY כדי ביטוי ייחודי. You won't have to remember it later, לא תהיה לך לזכור אותו מאוחר יותר,
// so make it long and complicated. / / כל כך הרבה זמן לעשות את זה ומורכב. You can visit https://www.grc.com/passwords.htm אתה יכול לבקר בכתובת https: / / www.grc.com / passwords.htm
// to get a phrase generated for you, or just make something up. / / כדי לקבל ביטוי שנוצר בשבילך, או פשוט לעשות משהו למעלה.
define('SECRET_KEY', 'put your unique phrase here'); // Change this to a unique phrase. הגדר ( 'SECRET_KEY', 'שים את ייחודי ביטוי כאן'); / / שנה זה ביטוי ייחודי.
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 מפתח, כאשר definied ב-wp-config.php קובץ, משמש אסא 'הזרע' כדי ליצור וליצור קשה לנחש ל-ו בנפרד ייחודי מספר אקראי כאשר בליל חישוב הערך עבור WordPress סיסמה כדי להצפין, במיוחד על עוגיה אימות. 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. השוואת כאשר עם כל בלוג יש את אותו 'הזרע' (ללא מפתח סודי), בעזרת מפתח סודי שונה שהיא שונה וייחודית עבור כל בלוג, זה מצמצם את האפשרות כי האקרים עלול לסדוק את הסיסמאות, או כמעט בלתי אפשרי לפצח.
Thus setting up a Secret Key is highly recommended to increase the security protection of the blog. לכן הגדרת סוד מפתח מומלץ להגדיל את הביטחון להגנה של הבלוג. 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: כדי להגדיר את הסוד מפתח, פשוט לשנות את השורה (או להוסיף את השורה אם אתה משדרג ל WordPress 2.5) ב-wp-config.php הקובץ:
define('SECRET_KEY', 'put your unique phrase here'); הגדר ( 'SECRET_KEY', 'שים את ייחודי ביטוי כאן');
Change the 'put your unique phrase here' to a long, strong and random mixed character strings. שנה את ה 'הכניס את ייחודי ביטוי כאן' כדי ארוך, חזק אקראי אופי מעורב מחרוזות. Length is not restricted, but it's recommended to put the phrase to be longer than 60 characters. אורך אינו מוגבל, אבל מומלץ לשים את הביטוי להיות יותר מ -60 תווים. 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. המפתח הוא 'אקראי', כלומר ערבוב סביב התחתון והעליון מקרה, התווים המיוחדים, סימני פיסוק, ומספרים על מחרוזת מורכבת ביותר הוא הטוב ביותר. 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. לא מחרוזת אקראית, ניתן לאפשר לתוקף פראי כדי לאלץ את ברירת המחדל WordPress מלח תהליך יצירת כדי לקבל גישה לבלוג שלך.
If you're not creative enough, WordPress has a random secret key auto generator that generates a completely random key for user. אם אתה לא מספיק יצירתי, WordPress יש מפתח סודי אקראי Auto גנרטור שיוצר מפתח אקראי לחלוטין עבור המשתמש. To use it, simply to to this 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. לאחר מכן, פשוט להעתיק ולהדביק את כולו כדי להחליף את הקו הקיים קו wp-config.php (או להכניס אותו לתוך wp-config.php אם אתה משתמש ב-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. לאחר הוספת את הסוד ב-Key, כל הפעלת הכניסה תהיה invalidated, וכל המשתמשים יצטרכו התחברות מחדש שוב.
IMPORTANT : You're reading a machine translated page which is provided "as is" without warranty. חשוב: אתה קריאת מכונה לתרגם דף שבו ניתן "כפי שהוא", ללא אחריות. 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. שלא כמו האדם תרגום, תרגום מכונה אינו מבין את הדקדוק, סמנטיקה, תחביר, idioms של שפה טבעית, ולכן לעיתים קרובות לא מדויקים ו לייצר באיכות נמוכה טקסט שהוא מטעה ו מובנת. Thus, please refer to לכן, אנא פנה אל original English article המאמר המקורי באנגלית when in doubt. במקרה של ספק.
Related Articles מאמרים קשורים
- How to SEO Optimize WordPress 2.5 Blog Web Page Title Without Optimal Title Plugin כיצד אופטימיזציה SEO WordPress 2.5 בלוג באינטרנט ללא שם עמוד אופטימלית כותר Plugin
- How to Fetch and Show RSS Feeds on WordPress Blog (Atom/RSS Aggregator Plugins) כיצד להביא ולהראות עדכוני RSS בלוג על WordPress (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 קריאה תפקיד מוגדר: wp_constrain_dimensions () כאשר טוען תמונות או image_downsize () ב גלריה / מדיה ספריית WordPress 2.5
- WordPress 2.5.1 Released for Download WordPress 2.5.1 Released להורדה
- Embed PowerPoint Presentation Files in Blog or Website With Web-Based Service authorSTREAM שבץ מצגת PowerPoint קבצים בלוג או אתר אינטרנט עם שירות מבוסס authorSTREAM
- Call to Undefined Function get_currentuserinfo() Error in WordPress קריאה תפקיד מוגדר get_currentuserinfo () שגיאה ב-WordPress
- PHP Fatal Error on Call to Add_Query_Var in Taxonomy.php After Upgrading to WordPress 2.5 RC2 PHP שגיאה חמורה על קריאה Add_Query_Var ב Taxonomy.php לאחר שדרוג ל WordPress 2.5 RC2
- WordPress 2.5 RC2 Released for Download WordPress 2.5 Released RC2 להורדה
- Call To Undefined Function: ctype_digit() in WordPress 2.5 קריאה תפקיד מוגדר: ctype_digit () ב-WordPress 2.5
- Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin השבת WordPress 2.5 פלאש תמונה / וידאו / מדיה Uploader עם Plugin









































