Title: Fernet Encryption
Author: Hubbard Labs
Published: <strong>02.09.2021</strong>
Last modified: 05.01.2025

---

Поиск плагинов

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

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

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

# Fernet Encryption

 Автор: [Hubbard Labs](https://profiles.wordpress.org/hubbardlabs/)

[Скачать](https://downloads.wordpress.org/plugin/fernet-encryption.zip)

 * [Детали](https://ru.wordpress.org/plugins/fernet-encryption/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/fernet-encryption/#reviews)
 * [Разработка](https://ru.wordpress.org/plugins/fernet-encryption/#developers)

 [Поддержка](https://wordpress.org/support/plugin/fernet-encryption/)

## Описание

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

## Отзывы

Нет отзывов об этом плагине.

## Участники и разработчики

«Fernet Encryption» — проект с открытым исходным кодом. В развитие плагина внесли
свой вклад следующие участники:

Участники

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

[Перевести «Fernet Encryption» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/fernet-encryption)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/fernet-encryption/),
проверьте [SVN репозиторий](https://plugins.svn.wordpress.org/fernet-encryption/),
или подпишитесь на [журнал разработки](https://plugins.trac.wordpress.org/log/fernet-encryption/)
по [RSS](https://plugins.trac.wordpress.org/log/fernet-encryption/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

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

## Мета

 *  Версия **1.1.0**
 *  Обновление: **1 год назад**
 *  Активных установок: **10+**
 *  Версия WordPress ** 6.4 или выше **
 *  Совместим вплоть до: **6.7.5**
 *  Версия PHP ** 8.0 или выше **
 *  Язык
 * [English (US)](https://wordpress.org/plugins/fernet-encryption/)
 * Метки:
 * [encryption](https://ru.wordpress.org/plugins/tags/encryption/)[security](https://ru.wordpress.org/plugins/tags/security/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/fernet-encryption/advanced/)

## Оценки

Пока что нет ни одного отзыва.

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

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/fernet-encryption/reviews/)

## Участники

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

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/fernet-encryption/)

## Пожертвование

Хотите поддержать улучшение этого плагина?

 [ Пожертвовать на развитие плагина ](https://hubbardlabs.com)