admin管理员组文章数量:1122846
I'm thinking of creating a WordPress blog, not on WordPress but just using WordPress on a hosted website. I would like to allow comments on the blog, but was wondering in what way are commentators authenticated. (I don't have experience with WordPress.) Are passwords stored in plaintext? Are their hashes stored? Is bcrypt used? Are their credentials stored in the site's database or are they offloaded to WordPress? The point is - I don't want to create a security issue for users.
I'm thinking of creating a WordPress blog, not on WordPress.com but just using WordPress on a hosted website. I would like to allow comments on the blog, but was wondering in what way are commentators authenticated. (I don't have experience with WordPress.) Are passwords stored in plaintext? Are their hashes stored? Is bcrypt used? Are their credentials stored in the site's database or are they offloaded to WordPress.com? The point is - I don't want to create a security issue for users.
Share Improve this question edited Jul 26, 2016 at 19:07 ispiro asked Jul 26, 2016 at 19:00 ispiroispiro 1134 bronze badges1 Answer
Reset to default 1By default passwords are encrypted using 8 passes of MD5. There are other ways to configure the password encryption. (https://codex.wordpress.org/Function_Reference/wp_hash_password)
The hashes are based on custom keys setup in the wp-config file when creating the site.
They are stored locally and not on Wordpress.com
You can make users register to leave comments or you can open them up to the public.
本文标签: securityHow are readers authenticated for leaving comments
版权声明:本文标题:security - How are readers authenticated for leaving comments? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736308024a1933514.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论