CakePHP-PGP-Email-encrypt-Example
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:
h1. CakePHP PGP Email encrypt Example

Example how to use
https://github.com/LubosRemplik/CakePHP-Encrypt-Plugin

h2. Dependencies

https://github.com/LubosRemplik/CakePHP-Encrypt-Plugin
https://github.com/LubosRemplik/CakePHP-Swift-Plugin

h2. Configuration

Configure and use config/config.php.default
Make sure /home/username/.gnupg is set and .gnupg folder contains public key for username@example.com

See and modify app/controllers/pages_controller.php code

h3. Client setting

Install Thunderbird with the Enigmail extension and GnuPG.

h3. Server setting

Run gpg 
Ctrl ^D

gpg --import your-public-key.asc

chmod 777 .gnupg/
chmod 604 .gnupg/*
chmod 666 .gnupg/trustdb.gpg
chmod 644 .gnupg/pubring.gps

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。