Skip to content
WordPress.org
  • Showcase
  • Plugins
  • Themes
  • Hosting
  • News
    • Learn WordPress
    • Documentation
    • Education
    • Forums
    • Developers
    • Blocks
    • Patterns
    • Photos
    • Openverse ↗︎
    • WordPress.tv ↗︎
    • About WordPress
    • Make WordPress
    • Events
    • Five for the Future
    • Enterprise
    • Gutenberg ↗︎
    • Job Board ↗︎
    • Swag Store ↗︎
  • Get WordPress
Get WordPress
WordPress.org

Plugin Directory

Enscrypt

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Enscrypt

By faazshift
Download
  • Details
  • Reviews
  • Installation
  • Development
Support

Description

Enscrypt replaces wordpress authentication protocols with a mechanism that uses the far more secure scrypt hashing algorithm.

Scrypt is a superior hashing algorithm with configurable CPU and memory parameters. As such, when properly configured, it takes long enough and is secure enough to be highly resistant to brute-force attacks.

Enscrypt can be enabled and disabled at-will without interfering with the built-in WordPress authentication mechanism.

Installation

Outside of having an appropriate WordPress version, the only necessary dependency to use Enscrypt is to install the scrypt PECL extension for PHP.

Assuming you’re using Ubuntu Linux and already have the pecl PHP package manager installed, perform the following as root:

  1. Install the scrypt package by running: pecl install scrypt
  2. Create the module file for PHP by running: echo "extension=scrypt.so" > /etc/php5/mods-available/scrypt.ini
  3. Enable the module by running: php5enmod -s ALL scrypt

If you are using another operating system, you will need to adjust these instructions to accomplish the same result for your OS. If you do not have pecl installed, refer to this answer: http://askubuntu.com/questions/403327/install-pecl-packages-on-ubuntu#answer-403348

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Enscrypt” is open source software. The following people have contributed to this plugin.

Contributors
  • faazshift

Translate “Enscrypt” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0

  • Basic functional implementation of Enscrypt working and tested on single site WordPress.

Meta

  • Version 1.0
  • Last updated 11 years ago
  • Active installations Fewer than 10
  • WordPress version 4.0 or higher
  • Tested up to 4.2.39
  • Tags
    authauthenticationhashlogin
  • Advanced View

Ratings

No reviews have been submitted yet.

Your review

See all reviews

Contributors

  • faazshift

Support

Got something to say? Need help?

View support forum

Donate

Would you like to support the advancement of this plugin?

Donate to this plugin

  • About
  • News
  • Hosting
  • Privacy
  • Showcase
  • Themes
  • Plugins
  • Patterns
  • Learn
  • Documentation
  • Developers
  • WordPress.tv ↗
  • Get Involved
  • Events
  • Donate ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org
  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Visit our Facebook page
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
Code is Poetry
The WordPress® trademark is the intellectual property of the WordPress Foundation.