Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/enricodeleo/rncryptor-wp
- Owner: enricodeleo
- License: mit
- Created: 2015-04-20T21:12:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T23:16:01.000Z (about 3 years ago)
- Last Synced: 2023-04-30T20:41:27.751Z (over 1 year ago)
- Topics: encryption, php-library, rncryptor, wordpress-plugin
- Language: Shell
- Homepage:
- Size: 262 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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)