Title: Fernet Encryption
Author: Hubbard Labs
Published: <strong>Setyembre 2, 2021</strong>
Last modified: Enero 5, 2025

---

Maghanap ng mga plugin

![](https://ps.w.org/fernet-encryption/assets/banner-772x250.png?rev=2611628)

Ang plugin na ito ay **hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress**.
Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility
kapag ginamit sa mas bagong bersyon ng WordPress.

![](https://ps.w.org/fernet-encryption/assets/icon-256x256.png?rev=2611628)

# Fernet Encryption

 Ni [Hubbard Labs](https://profiles.wordpress.org/hubbardlabs/)

[I-download](https://downloads.wordpress.org/plugin/fernet-encryption.zip)

 * [Mga Detalye](https://tl.wordpress.org/plugins/fernet-encryption/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/fernet-encryption/#reviews)
 * [Development](https://tl.wordpress.org/plugins/fernet-encryption/#developers)

 [Suporta](https://wordpress.org/support/plugin/fernet-encryption/)

## Deskripsyon

Fernet Encryption is a plugin that can be used to encrypt and decrypt data in WordPress
using fernet.

Development was originally sponsered by Access Networks.

### 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’ );
 `

If you choose not to setup your key, you will need to save a copy of the one provided
upon activation of the plugin.

_IMPORTANT: Changing your WordPress salts will invalidate the default Fernet key
provided._

### How to Use

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 use the following shortcode to encrypt:

    ```
    [fernet-encrypt]YOUR MESSAGE[/fernet-encrypt]
    ```

You can use the following shortcode to decrypt:

    ```
    [fernet-decrypt]YOUR-FERNET-TOKEN[/fernet-decrypt]
    ```

We have also added useful helper functions:

 * fernet_get_post_meta
 * fernet_add_post_meta
 * fernet_update_post_meta
 * fernet_get_user_meta
 * fernet_add_user_meta
 * fernet_update_user_meta
 * fernet_add_option
 * fernet_get_option
 * fernet_update_option

### Credit

 * Illustrations provided by undraw.co
 * Fernent PHP modified from Kelvin Mo – Fernet-PHP

## Mga Review

Wala pang reviews para sa plugin na ito.

## Mga Contributor at Developer

Ang “Fernet Encryption” ay open source software. Ang mga sumusunod na tao ay nag-
ambag sa plugin na ito.

Mga Contributor

 *   [ Hubbard Labs ](https://profiles.wordpress.org/hubbardlabs/)
 *   [ Brandon Hubbard ](https://profiles.wordpress.org/bhubbard/)

[Isalin ang “Fernet Encryption” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/fernet-encryption)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/fernet-encryption/),
i-check ang [SVN repository](https://plugins.svn.wordpress.org/fernet-encryption/),
o mag-subscribe sa [development log](https://plugins.trac.wordpress.org/log/fernet-encryption/)
sa pamamagitan ng [RSS](https://plugins.trac.wordpress.org/log/fernet-encryption/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.7

 * Readme improvements

#### 1.0.6

 * Add support for WordPress Rest API.
 * Add support for WordPress CLI.

#### 1.0.5

 * Added Helper Functions.

#### 1.0.4

 * Updated Readme

#### 1.0.3

 * Updated Readme.
 * Provided shortcodes for encrypting and decrypting.

#### 1.0.0

 * First release.

## Meta

 *  Bersyon **1.1.0**
 *  Huling na-update **1 taon ang nakalipas**
 *  Mga aktibong installation **10+**
 *  Bersyon ng WordPress ** 6.4 o mas bago **
 *  Sinubukan hanggang **6.7.5**
 *  Bersyon ng PHP ** 8.0 o mas bago **
 *  Wika
 * [English (US)](https://wordpress.org/plugins/fernet-encryption/)
 * Mga Tag
 * [encryption](https://tl.wordpress.org/plugins/tags/encryption/)[security](https://tl.wordpress.org/plugins/tags/security/)
 *  [Advanced View](https://tl.wordpress.org/plugins/fernet-encryption/advanced/)

## Mga Rating

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/fernet-encryption/reviews/#new-post)

[Tingnan lahat ng review](https://wordpress.org/support/plugin/fernet-encryption/reviews/)

## Mga Contributor

 *   [ Hubbard Labs ](https://profiles.wordpress.org/hubbardlabs/)
 *   [ Brandon Hubbard ](https://profiles.wordpress.org/bhubbard/)

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

 [Tingnan ang support forum](https://wordpress.org/support/plugin/fernet-encryption/)

## Mag-donate

Gusto mo bang suportahan ang pagpapaunlad ng plugin na ito?

 [ Mag-donate sa plugin na ito ](https://hubbardlabs.com)