zeroc0d3 / WPConfigEncryption

ZeroC0D3 Wordpress Config Encryption is a simple script to make encryption for your wordpress config (wp-config), it has been built with military standard encryption using RINJDAEL-128 (AES) & RIJNDAEL-256.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WPConfigEncryption

ZeroC0D3 Wordpress Config Encryption is a simple script to make encryption for your wordpress config (wp-config), it has been built with military standard encryption using RINJDAEL-128 (AES) & RIJNDAEL-256.

Why you need this :

  • Don't need a wasting time to make your wordpress secure by other plugins.
  • No need to worry about vulnerable in your plugins or themes, because your wp-config had been encrypted so it will make difficult to read from exploit script.
  • ZeroC0D3 Wordpress Config Encryption using randomize key RIJNDAEL-128 & RIJNDAEL-256 and CBC Mode, so it will make unbreakable decrypt from bruteforce hash crack.
  • ZERO CODING ! No need special experience skill, just copy and paste the result encryption.
  • It's FREE (for FREEDOM) !.

Screenshoot :

Sample Encrypted Config :

Requirement :

  • PHP 5.3 +
  • mcrypt php extension

About

ZeroC0D3 Wordpress Config Encryption is a simple script to make encryption for your wordpress config (wp-config), it has been built with military standard encryption using RINJDAEL-128 (AES) & RIJNDAEL-256.

License:MIT License


Languages

Language:PHP 100.0%