A WordPress plugin holding the RNCryptor-php library.
If you're using Composer to manage your codebase add this plugin to your dependencies running:
composer require enricodeleo/RNCryptor-wp 0.2.0
Or manually add it to your composer.json:
"require": {
"enricodeleo/RNCryptor-wp": "0.2.0"
}
Download this repo as a zip file and extract it to your wp-content/plugins directory.
OR
Install this plugin via the official Wordpress Plugin registry. https://wordpress.org/plugins/wp-rncryptor/
This Plugin is intended for developers only and just holds the RNCRypto library making it available as a WordPress plugin. Credits go to RNCryptor. For issues, examples and usages check the php library's repository on GitHub https://github.com/RNCryptor/RNCryptor-php