Descripción
Usando el plugin Salt Shaker, podrás fortalecer la seguridad de tu WordPress. Te ayuda a cambiar las claves secretas de WP de forma manual o automática.
Try it out on a free dummy site:
Click here and you’ll get the chance to see it in action https://demo.tastewp.com/salt-shaker
Why Use SALT Keys in WordPress?
When you log in to WordPress, you have the option to remain logged in long-term. To achieve this, WordPress stores your login data in cookies instead of in a PHP session. Malicious individuals can hijack your cookies through various means, leaving your website vulnerable.
To make it harder for attackers to use cookie data, you can take advantage of SALT keys. WordPress SALT keys encrypt your password, making it harder to guess. What’s more, it’s next to impossible for hackers to simply ‘unscramble’ the result in order to get at the original password.
What people says about Salt Shaker
WPBeginner
Kinsta
WPEngine
Elgenat Themes
Hostinger
¿Te gusta Salt Shaker? Déjanos una valoración de 5 estrellas.
Características de Salt Shaker
- Mejora la seguridad de tu WordPress.
- Fácil de usar, con unos mínimos ajustes. Configúralo y olvídate.
- Cambio manual e inmediato de las claves secretas de WP.
- Establece una programación automatizada para el cambio de las claves secretas de WP.
¿Eres desarrollador?
No dudes en hacer una bifurcación del proyecto en GitHub y envía tus contribuciones a través de una solicitud de validación.
Capturas
Instalación
- Sube la carpeta
salt-shaker
al directorio/wp-content/plugins/
. - Activa el plugin a través del menú
Plugins
en WordPress. - Navega hasta el menú
Herramientas > Salt Shaker
para configurar el plugin.
Preguntas frecuentes
-
Nothing happens?
-
Make sure that
wp-config.php
file has the salt keys. If for any reason the keys aren’t there; you can always generate a set of keys from this link https://api.wordpress.org/secret-key/1.1/salt/ and add it to yourwp-config.php
file. Once that’s done, the plugin will be able to shake them based on your settings. -
¿El plugin no funciona o tiene un fallo?
-
Publica información detallada sobre el problema en el foro de soporte y trabajaremos para solucionarlo.
-
Custom wp-config.php location?
-
You can use this filter to define the file location
salt_shaker_salts_file
. Example:
In this example, the new location of the config file is in a folder that’s outside WordPress location in a folder calledwpsecret
. Make sure to replace it with your secret location 😉function salt_shaker_new_file($salts_file_name) { $salts_file_name = '../wpsecret/wp-config'; return $salts_file_name; } add_filter('salt_shaker_salts_file', 'salt_shaker_new_file');
Reseñas
Colaboradores y desarrolladores
«Salt Shaker» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Salt Shaker» ha sido traducido a 5 idiomas locales. Gracias a los traductores por sus contribuciones.
Traduce «Salt Shaker» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.4.5
- WordPress 6.6 compatibility.
- Show admin notices only on the plugin page.
1.4.4
- WordPress 6.5 compatibility.
1.4.3
- WordPress 6.4 compatibility.
1.4.2
- Minor bug fixes.
- Updated Freemius SDK.
1.4.1
- Quick fix for the wp-salt file path.
1.4.0
- WordPress 6.2 compatibility.
- Support for wp-salt files.
- Introducing Salt Shaker PRO.
1.3.2
- WordPress 6.1 compatibility.
1.3.1
- WordPress 6.0 compatibility.
- Fix an issue with the AUTH_KEY and AUTH_SALT keys not being changed.
1.3.0
- Tested with WordPress 5.9.
1.2.9
- WordPress 5.8 compatibility.
1.2.8
- WordPress 5.7 compatibility.
1.2.7
- WordPress 5.5 compatibility.
1.2.6
- WordPress 5.4 compatibility.
- Replacing some functions with standard WP functions.
1.2.5
- Enhanced internationalization.
- WordPress 5.3 compatibility.
1.2.4
- Keeping the original permissions of the config file.
- Performance improvement
1.2.3
- Changing the config permission to 0640
- Added: filters for additional salts
1.2.2
- Tested with WordPress 5.1.
- Added: link to the settings page from the plugins page.
- Added: redirect to the login page after the immediate change action.
- Added: check if wp-config.php is writable. How the heck this was missing?!
- Added: Filter to define a custom salts file. salt_shaker_salts_file
1.2.1
- Tested with the upcoming WordPress 5.0
- #11 – Added more interval times, quarterly and bianually.
- Fixed an issue with wp-config being in outside the root directory.
- Fixed a bug when updating the cron, now the old cron job is deleted.
1.2
- Tested with the upcoming WordPress 4.9
- #9 – Change salts if wp-config.php is moved one directory higher than the document root
- Setting the right permission to wp-config.php after changing the salts according to Codex recommendations.
1.1.6
- #8 – Change line endings to LF
1.1.5
- Security improvements
1.1.4
- Improvements:
** Ensure the user is administrator before processing AJAX requets
** Escape attributes using esc_attr_e
1.1.3
- WordPress 4.8 Compatibility.
1.1.2
- WordPress 4.7 Compatibility.
1.1.1
- Edited Arabic translation file.
1.1
- Few enhancements
- Multilingual Ready
1.0
- Initial Release