Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enricodeleo/rncryptor-wp

:lock_with_ink_pen: WordPress Plugin holding the RNCryptor-php library (AES Encryption)
https://github.com/enricodeleo/rncryptor-wp

encryption php-library rncryptor wordpress-plugin

Last synced: about 2 months ago
JSON representation

:lock_with_ink_pen: WordPress Plugin holding the RNCryptor-php library (AES Encryption)

Awesome Lists containing this project

README

        

# WP RNCryptor

A WordPress plugin holding the RNCryptor-php library.

## How to install

### Composer

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:

```JSON
"require": {
"enricodeleo/RNCryptor-wp": "0.2.0"
}
```

### Legacy way

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/

# Usage

This Plugin is _intended for developers only_ and just holds the RNCRypto library making it available as a WordPress plugin.
Credits go to [RNCryptor](https://github.com/RNCryptor). For issues, examples and usages check the php library's repository on GitHub [https://github.com/RNCryptor/RNCryptor-php](https://github.com/RNCryptor/RNCryptor-php)