Title: Fernet Encryption
Author: Hubbard Labs
Published: <strong>2021年9月2日</strong>
Last modified: 2025年1月5日

---

プラグインを検索

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

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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://ja.wordpress.org/plugins/fernet-encryption/#description)
 * [レビュー](https://ja.wordpress.org/plugins/fernet-encryption/#reviews)
 * [開発](https://ja.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://ja.wordpress.org/plugins/tags/encryption/)[security](https://ja.wordpress.org/plugins/tags/security/)
 *  [詳細を表示](https://ja.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)