Fernet Encryption Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Fernet Encryption is a plugin that can be used to encrypt and decrypt data in WordPress using fernet.
Setup your Key
To setup your key, you need to add the following line to your wp-config file.
`define( 'FERNET_KEY', 'YOUR_FERNET_KEY' );```<h3>How to Use</h3>
To encrypt data simply use $token = fernet_encrypt( 'YOUR MESSAGE' )
in your code.
To decrypt the data simply use fernet_decrypt( $token )
in your code.
You can also now encrypt or decrypt using shortcodes:
`[fernet-encrypt]YOUR MESSAGE[/fernet-encrypt]```
`[fernet-decrypt]YOUR-FERNET-TOKEN[/fernet-decrypt]```
Screenshots
No screenshots provided