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. जब संदेह में है.



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 टिप और छल टिप्पणियाँ आरएसएस फ़ीड 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 auth कुंजी WordPress - -- wordpress secret key service गुप्त कुंजी सेवा WordPress - -- WordPress.org secret-key service WordPress.org रहस्य-कुंजी सेवा - -- wordpress Authentication Unique Keys. प्रमाणीकरण अनोखा कुंजी WordPress. - -- wordpress authentication keys प्रमाणीकरण कुंजी WordPress - -- wordpress "Authentication Unique Keys" "प्रमाणीकरण अनोखा कुंजी" WordPress - -- wordpress WordPress - -- wordpress auth keys auth चाबियाँ WordPress - -- Authentication Unique Keys for wordpress प्रमाणीकरण अनोखा कुंजी WordPress के लिए - -- wordpress auth key generator auth कुंजी जनरेटर WordPress - -- Authentication Unique Keys. प्रमाणीकरण अनोखा चाबियाँ. wordpress WordPress - -- wordpress secret key generator गुप्त कुंजी जनरेटर WordPress - -- word press auth key शब्द प्रेस auth कुंजी - -- wordpress secret-key WordPress रहस्य-कुंजी - -- WordPress secret-key service WordPress रहस्य-कुंजी सेवा - -- 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 गुप्त कुंजी एपीआई - -- wordpress auth-key WordPress auth-कुंजी - -- wordpress unique key अद्वितीय कुंजी WordPress - -- wordpress key generator कुंजी जनरेटर WordPress - -- wordpress authentication key WordPress प्रमाणीकरण कुंजी - -- secret-key service wordpress रहस्य-कुंजी सेवा 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 WordPress के लिए authetication अद्वितीय कुंजी - -- Authentication Unique Keys. प्रमाणीकरण अनोखा चाबियाँ. wordpress WordPress - -- auth key in wordpress WordPress में auth कुंजी - -- generate Authentication Unique Keys for wordpress WordPress के लिए प्रमाणीकरण अनोखा कुंजी उत्पन्न - -- what are wordpress Authentication Unique Keys? क्या WordPress प्रमाणीकरण अनोखा कुंजी रहे हो? - -- wordpress config auth key auth कुंजी config WordPress - -- php generate secret key PHP गुप्त कुंजी उत्पन्न - -- wordpress unique key generator अद्वितीय कुंजी जनरेटर WordPress - -- wordpress auth key auth कुंजी WordPress - -- wordpress unique phrase अद्वितीय वाक्यांश WordPress - -- api wordpress secret key एपीआई गुप्त कुंजी WordPress - -- key कुंजी - --