Are those requirement equal to those of WordPress core?
No, WordPress still runs on PHP 5.2 with few more limitations on top and aims to work on a toaster found at garbage dump.
Are those requirements practical for modern PHP hosting?
Quite, PHP 5.4 is obsolete (security support ended last year) with lowest supported version being newer 5.5 at the moment, openssl is pretty common I think, hash functions are built-in I think?
Essentially it’s your choice which of the two you are targeting. It’s more of a business decision first than technical one.
Related Posts:
- Simplest two-way encryption using PHP
- Are the default salts secure?
- Moving wordpress out of the public directory
- Encrypt emails?
- Moving away from MD5: Where to declare the custom global $wp_hasher?
- wordpress website host price and security [closed]
- Can someone do something to my website if I posted a snapped image of the header and covered my logo? (On reddit, when explaining a question)
- Links to root domain from search engines don’t work, but direct links and links from other referrers do
- Advice On How to Backup WordPress
- How to get real password (before encrypt) when register a user?
- SSL Error: unable to get local issuer certificate
- When you use ‘badidea’ or ‘thisisunsafe’ to bypass a Chrome certificate/HSTS error, does it only apply for the current site? [closed]
- What is the difference between a cer, pvk, and pfx file?
- Encrypt Password in Configuration Files?
- Where does Internet Explorer store saved passwords?
- Infected Files – what to do [closed]
- Why does WordPress need my private ssh key to update?
- Why escape if the_content isnt?
- Why does WordPress have more than one salt?
- What is the ideal setup to address security concerns?
- is_email() VS sanitize_email()
- Can someone explain the use cases of esc_html?
- Close a wordpress blog – keep site as it is but prevent hacks
- Moving wp-config.php: Can this be done after site launch?
- Prevent setup-config.php page from appearing when host blocks database
- How to get WordPress to save upload file beyond web root [closed]
- WordPress and Security
- Is security a problem in WordPress?
- Is /wp-login.php?redirect_to[] exploitable?
- Logout via Subdomain, non-wordpress page on a different server?
- brute force attack even though it is limited by IP
- What should I do about hacked server?
- How can I tell who changed the password?
- WordPress website Security [closed]
- How do I authenticate WP users from a chrome extension?
- Can’t reset WordPress password
- Website is being flooded [closed]
- Is the “lost password” feature truly a vulnerability?
- Is it possible to reduce the minimum character length for passwords?
- Handling email piping attachments and detecting unsupported file types
- Why was my blog post inserted lot’s of ad links by others?
- Should I Worry About SQL Injection When Using wp_insert_post?
- Auth cookie value security risk?
- Is there a way for a user to have an alias?
- Security – Shortcode injection attack
- Registration Plugin – Recaptcha integration
- Security threat with `home_url`?
- How to combat flooding admin-ajax.php?
- When is wp_set_password() called or how to capture a password
- Would it be dangerous to send all the wp_options to javascript file?
- Frequently getting attacks on admin-ajax.php, wp-cron.php, xmlrpc.php and wp-login.php
- Should I disable directory listing for wp-includes?
- How to get WordPress to send Password Reset Link Email instead of New Password?
- Safety side of storing emoji into database
- Verifying that I have fully removed a WordPress hack?
- Large Session Tokens
- How can I safely hide the fact that my website runs on WordPress? [closed]
- How to change permissions of WordPress and/or apache on macOS securely?
- How can I display nickname instead username in links
- My WordPress Websites are always under attack
- Is there value in using a wp_nonce for POST requests?
- Limit Login Attempts BEFORE PHP is executed?
- Safe to say WordPress security releases don’t have database upgrades
- Config file with no Keys..?
- How much should I worry about these messages?
- Security concerns with external links
- Uploading .webm format on WordPress results in security guidline breach and fail
- fail2ban to prevent Brute Force Attacks on WordPress?
- .htaccess password protection bypassed
- Session Cookie security questions
- How to give the same error message when the wrong password or wrong username is used?
- Storing FTP details in wp-config.php
- Spam injected in w3 total cache page cache [closed]
- How to distinguish between a hack and an encoding error?
- Prevent editor from adding script or form
- How to change location of wp-config.php to folder or 2 folders up?
- How might I sanitize an XML file before WP Import? (Does wordpress verify or clean text when importing from an XML document? )
- Finding where a snippet of code is coming from
- Remove hacked code – out of ideas! [closed]
- Secure Server after configuration
- After limiting the access to my wp-login.php by IP through .htaccess, all my password-protected posts stopped working. What’s the best solution now?
- Block JSON access over the net
- The in-famous Unable to locate WordPress Content directory (wp-content) and the Direct Method
- Security: Critical backend outside of wordpress
- How to check whether a site has been compromised without browsing into it?
- Retrieve $_POST data to send to javascript without using localize script
- My site thinks it’s secure when it is fact not
- Is it possible to only have the admin interface bind to the local loopback?
- Should I change the default file and folder permissions?
- WordPress exploited theme is causing high io load on server
- How to rewrite rules for WP-security in Nginx?
- How to set custom validation for WordPress Passwords?
- Is it a bad idea to CHMOD 777 all the files on your site?
- How to stop repeated hack on header.php of custom theme? [closed]
- Default installation permissions for wp-config.php
- Correct setup to block file modifications from hackers
- How do you search for backdoors from the previous IT person?
- How to test if my server is vulnerable to the ShellShock bug?
- Is wp-cron.php vulnerable to external attacks and how to protect it?
- How to address security vulnerabilities: LUCKY13, BEAST, and BREACH