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. इस गुप्त कुंजी 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. इस गुप्त कुंजी है, जब wp में definied-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 है कि उपयोगकर्ता के लिए एक पूरी तरह यादृच्छिक कुंजी उत्पन्न एक यादृच्छिक राज प्रमुख ऑटो जनरेटर है. To use it, simply to to this URL: , बस इस 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. राज में जोड़ने-चाबी, सभी प्रवेश सत्र 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. मानव अनुवाद के विपरीत, मशीन अनुवाद, जिससे अक्सर गलत और निम्न गुणवत्ता पाठ जो गुमराह कर रहे हैं और समझ से बाहर उपज का व्याकरण, अर्थ विज्ञान, वाक्यविन्यास, प्राकृतिक भाषा के मुहावरे को समझ नहीं है. 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 कैसे एसईओ अनुकूलन WordPress 2,5 ब्लॉग वेब पेज शीर्षक करने के लिए इष्टतम शीर्षक Plugin बिना
- How to Fetch and Show RSS Feeds on WordPress Blog (Atom/RSS Aggregator Plugins) कैसे (एटम / आरएसएस Aggregator Plugins) ले आओ और दिखाना आरएसएस फ़ीड WordPress ब्लॉग पर करने के लिए
- Call to Undefined Function: wp_constrain_dimensions() When Uploading Images or image_downsize() in Gallery/Media Library in WordPress 2.5 अपरिभाषित समारोह के लिए कॉल करें: wp_constrain_dimensions () जब अपलोड छवियाँ या गैलरी () में / मीडिया लाइब्रेरी WordPress 2.5 में image_downsize
- WordPress 2.5.1 Released for Download WordPress 2.5.1 डाउनलोड करने के लिए जारी
- 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 RC2 डाउनलोड करने के लिए जारी
- Call To Undefined Function: ctype_digit() in WordPress 2.5 अपरिभाषित समारोह के लिए कॉल करें: WordPress 2.5 () में ctype_digit
- Disable WordPress 2.5 Flash Image/Video/Media Uploader with Plugin अक्षम WordPress 2.5 फ्लैश छवि / वीडियो / मीडिया अपलोडर Plugin के साथ









































