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. במקרה של ספק.



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> אתה יכול להשתמש בקבצי תגיות: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <דל datetime = ""> <em> <i> <q cite=""> <strike> <strong>

Subscribe to comments feature has been disabled. הצטרף כמנוי ל הערות תכונה הושבת. To receive notification of latest comments posted, subscribe to כדי לקבל הודעה על תגובות העדכנית פורסם, כדי להירשם Tip and Trick Comments RSS feed עצה ו טריק תגובות RSS Feed or או register to receive הרשמה לקבלת new comments in daily email digest. תגובות חדש ב דוא"ל תקציר יומי.
Custom Search

Incoming Search Terms for the Article חיפוש נכנס על תנאי סעיף

wordpress authentication unique keys wordpress אימות מפתחות ייחודיים - -- Authentication Unique Keys wordpress אימות מפתחות ייחודיים wordpress - -- wordpress auth key wordpress Auth מפתח - -- wordpress secret key service wordpress מפתח שירות חשאי - -- WordPress.org secret-key service WordPress.org הסוד-Key שירות - -- wordpress Authentication Unique Keys. wordpress אימות מפתחות ייחודיים. - -- wordpress authentication keys wordpress מפתחות אימות - -- wordpress "Authentication Unique Keys" wordpress "אימות מפתחות ייחודיים" - -- wordpress wordpress - -- wordpress auth keys wordpress Auth מפתחות - -- Authentication Unique Keys for wordpress אימות מפתחות ייחודיים עבור wordpress - -- wordpress auth key generator wordpress Auth מפתח הגנרטור - -- Authentication Unique Keys. אימות מפתחות ייחודיים. wordpress wordpress - -- wordpress secret key generator wordpress הסוד מפתח הגנרטור - -- word press auth key הקש מילה Auth מפתח - -- wordpress secret-key wordpress הסוד-Key - -- WordPress secret-key service WordPress-Key שירות חשאי - -- auth key wordpress Auth מפתח wordpress - -- wordpress secret key wordpress מפתח סודי - -- "Authentication Unique Keys" wordpress "אימות מפתחות ייחודיים" wordpress - -- wordpress.org secret key service wordpress.org מפתח שירות חשאי - -- wordpress authkey wordpress authkey - -- what are wordpress Authentication Unique Keys מה wordpress אימות מפתחות ייחודיים - -- wordpress unique authentication keys wordpress ייחודי מפתחות אימות - -- web+publishing + פרסום באינטרנט - -- wp auth key generator wp Auth מפתח הגנרטור - -- Authentication Unique Keys in wordpress אימות מפתחות ייחודיים wordpress - -- wordpress api secret key wordpress API מפתח סודי - -- wordpress auth-key wordpress Auth-Key - -- wordpress unique key wordpress ייחודי מפתח - -- wordpress key generator wordpress מפתח הגנרטור - -- wordpress authentication key אימות מפתח wordpress - -- secret-key service wordpress הסוד-Key שירות wordpress - -- blog בלוג - -- wp Authentication Unique Keys wp אימות מפתחות ייחודיים - -- what are authentication unique keys in wordpress מה ייחודי אימות מפתחות wordpress - -- what is wordpress Authentication Unique Keys מה היא wordpress אימות מפתחות ייחודיים - -- why wordpress auth key למה wordpress Auth מפתח - -- authetication unique keys for wordpress authetication ייחודי עבור מפתחות wordpress - -- Authentication Unique Keys. אימות מפתחות ייחודיים. wordpress wordpress - -- auth key in wordpress Auth המפתח wordpress - -- generate Authentication Unique Keys for wordpress ליצור אימות מפתחות ייחודיים עבור wordpress - -- what are wordpress Authentication Unique Keys? מה wordpress אימות מפתחות ייחודיים? - -- wordpress config auth key wordpress תצורה Auth מפתח - -- php generate secret key PHP ליצור מפתח סודי - -- wordpress unique key generator wordpress ייחודי המפתח הגנרטור - -- wordpress auth key wordpress Auth מפתח - -- wordpress unique phrase wordpress ביטוי ייחודי - -- api wordpress secret key API wordpress מפתח סודי - -- key מפתח - --