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

---

Ricerca i plugin

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

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

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

# Fernet Encryption

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

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

 * [Dettagli](https://it.wordpress.org/plugins/fernet-encryption/#description)
 * [Recensioni](https://it.wordpress.org/plugins/fernet-encryption/#reviews)
 * [Sviluppo](https://it.wordpress.org/plugins/fernet-encryption/#developers)

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

## Descrizione

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

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“Fernet Encryption” è un software open source. Le persone che hanno contribuito 
allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

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

[Traduci “Fernet Encryption” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/fernet-encryption)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/fernet-encryption/)
segui il [repository SVN](https://plugins.svn.wordpress.org/fernet-encryption/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/fernet-encryption/)
tramite [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

 *  Versione **1.1.0**
 *  Ultimo aggiornamento **1 anno fa**
 *  Installazioni attive **10+**
 *  Versione WordPress ** 6.4 o superiore **
 *  Testato fino alla versione **6.7.5**
 *  Versione PHP ** 8.0 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/fernet-encryption/)
 * Tag
 * [encryption](https://it.wordpress.org/plugins/tags/encryption/)[security](https://it.wordpress.org/plugins/tags/security/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/fernet-encryption/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

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

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/fernet-encryption/reviews/)

## Collaboratori

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

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/fernet-encryption/)

## Donazioni

Vuoi sostenere le versioni future?

 [ Fai una donazione per lo sviluppo ](https://hubbardlabs.com)