PHPackages                             satthi/encryption-support - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. satthi/encryption-support

ActiveCakephp-plugin[Security](/categories/security)

satthi/encryption-support
=========================

CakePHP EncryptionSupport

3.0(10y ago)0393MITPHP

Since Jun 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/satthi/EncryptionSupport)[ Packagist](https://packagist.org/packages/satthi/encryption-support)[ Docs](https://github.com/satthi/EncryptionSupport)[ RSS](/packages/satthi-encryption-support/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (6)Used By (0)

---

EncriptionSupportPlugin

このプラグインは可逆暗号化支援のプラグインです。

---

使い方

①composerにてインストール

```
"require": {
    "satthi/encryption-support": "3.0"
},

```

②該当Table及びEntityに以下を記述(必要分しか記載していません)

Table

```
