Categories
Personal

Salting your WordPress keys

Did you know that WordPress provides a salt-generation engine with copy/paste ready text that you can use for your wp-config.php file to help make your WordPress installations that much safer from password cracking? If you aren’t familiar with the concept of salting cryptographic data, Wikipedia has a great entry.

The output of that URL looks like this (WARNING: Do not use these values)

define('AUTH_KEY',         'lsN32UCfT=-}ToXgR={6+OYzrV_!^qaZvQ$gQ&q?Rj#4lYpl-5r,(-k(b9^0M<C~');
define('SECURE_AUTH_KEY',  'O@$?-d^82Z1t+[V)+{ot6f./uR6nMppeI,IEB9Vbm]l^Vk6FS$04xt)lX:P!@9(G');
define('LOGGED_IN_KEY',    '&!0}EW$U5qCDo{3jFZV[!$;`t|0QN&DvO|>FC.{~V7~Yzq2HR2/wb:ZE&=TAjwK~');
define('NONCE_KEY',        '.Tx 2G+|)-@iI,74;M-2Aj+LdG@*SN|^D`|;^|0HJS`1V6FJ2`:oy2EQE|/;/vjz');
define('AUTH_SALT',        'qVK*v<Ehe_YW>#gKh>+aI9h@9&ZJB|D{is][raYOXS5,z0R3NWIT4fjWNiX3DG:5');
define('SECURE_AUTH_SALT', 't-Y;V9Wx7CK{T,_Y/{iUr[US?x_|@eZu6)O4 m{P`+n8xBkd.^9C{*$P`X|1xB!H');
define('LOGGED_IN_SALT',   ']V@Xh;|[EX81$n&Iaj>tXC5+WRW@Qk/D_BW TGzfj#I5+N3$2r96cKMXx$|[+pb*');
define('NONCE_SALT',       ':]+qOBD+h5pW4m |3,P5!mCXQ5]w~@7P>+#]gr,3NP/^8#;llu1v_l7 _fM1cnqa');

Take 5 minutes and go generate your own salts and update your wp-config.php file. It will greatly increase the security of your sites.

By griffey

Jason Griffey is the Director of Strategic Initiatives at NISO, where he works to identify new areas of the information ecosystem where standards expertise is useful and needed. Prior to joining NISO in 2019, Jason ran his own technology consulting company for libraries, has been both an Affiliate at metaLAB and a Fellow and Affiliate at the Berkman Klein Center for Internet & Society at Harvard University, and was an academic librarian in roles ranging from reference and instruction to Head of IT at the University of TN at Chattanooga.

Jason has written extensively on technology and libraries, including multiple books and a series of full-periodical issues on technology topics, most recently AI & Machine Learning in Libraries and Library Spaces and Smart Buildings: Technology, Metrics, and Iterative Design from 2018. His newest book, co-authored with Jeffery Pomerantz, will be published by MIT Press in 2024.

He has spoken internationally on topics such as artificial intelligence & machine learning, the future of technology and libraries, decentralization and the Blockchain, privacy, copyright, and intellectual property. A full list of his publications and presentations can be found on his CV.
He is one of eight winners of the Knight Foundation News Challenge for Libraries for the Measure the Future project (http://measurethefuture.net), an open hardware project designed to provide actionable use metrics for library spaces. He is also the creator and director of The LibraryBox Project (http://librarybox.us), an open source portable digital file distribution system.

Jason can be stalked obsessively online, and spends his free time with his daughter Eliza, reading, obsessing over gadgets, and preparing for the inevitable zombie uprising.

Leave a Reply

Your email address will not be published. Required fields are marked *