Title: Fernet Encryption
Author: Hubbard Labs
Published: <strong>2 septembrie 2021</strong>
Last modified: 5 ianuarie 2025

---

Caută module

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

Acest modul **nu a fost testat cu ultimele 3 versiuni importante ale WordPress**.
S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate
când este folosit cu versiuni recente ale WordPress.

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

# Fernet Encryption

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

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

 * [Detalii](https://ro.wordpress.org/plugins/fernet-encryption/#description)
 * [Recenzii](https://ro.wordpress.org/plugins/fernet-encryption/#reviews)
 * [Dezvoltare](https://ro.wordpress.org/plugins/fernet-encryption/#developers)

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

## Descriere

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

## Recenzii

Nu există nicio verificare pentru acest modul.

## Contributori și dezvoltatori

„Fernet Encryption” este un software open-source. La acest modul au contribuit următoarele
persoane.

Contributori

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

[Tradu „Fernet Encryption” în limba ta.](https://translate.wordpress.org/projects/wp-plugins/fernet-encryption)

### Te interesează dezvoltarea?

[Răsfoiește codul](https://plugins.trac.wordpress.org/browser/fernet-encryption/),
vezi [depozitarul SVN](https://plugins.svn.wordpress.org/fernet-encryption/), sau
abonează-te la [jurnalul de dezvoltare](https://plugins.trac.wordpress.org/log/fernet-encryption/)
prin [RSS](https://plugins.trac.wordpress.org/log/fernet-encryption/?limit=100&mode=stop_on_copy&format=rss).

## Istoric modificări

#### 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

 *  Versiunea **1.1.0**
 *  Ultima actualizare **Acum 2 ani**
 *  Instalări active: **10+**
 *  Versiune WordPress ** 6.4 sau mai recentă **
 *  Testat până la **6.7.7**
 *  Versiune PHP ** 8.0 sau mai recentă **
 *  Limbă
 * [English (US)](https://wordpress.org/plugins/fernet-encryption/)
 * Etichete
 * [encryption](https://ro.wordpress.org/plugins/tags/encryption/)[security](https://ro.wordpress.org/plugins/tags/security/)
 *  [Vizualizare avansată](https://ro.wordpress.org/plugins/fernet-encryption/advanced/)

## Evaluări

Nu a fost trimisă nicio recenzie până acum.

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

[Vezi toate recenziile](https://wordpress.org/support/plugin/fernet-encryption/reviews/)

## Contributori

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

## Suport

Ai ceva de zis? Ai nevoie de ajutor?

 [Vezi forumul pentru suport](https://wordpress.org/support/plugin/fernet-encryption/)

## Donează

Vrei să sprijini dezvoltarea acestui modul?

 [ Donează pentru acest modul ](https://hubbardlabs.com)