powerlinks/blowfish-encrypter
Composer 安装命令:
composer require powerlinks/blowfish-encrypter
包简介
README 文档
README
This class is used to encrypt and decrypt strings using the blowfish standard.
Composer
composer require powerlinks/blowfish-encrypter
{
"require": {
"powerlinks/blowfish-encrypter": "dev-master"
}
}
Usage
use PowerLinks\Encrypter\BlowfishEncrypter; $encrypter = new BlowfishEncrypter('passphrase'); $sentence = 'my sentence'; $encrypted = $encrypter->encryptToString($sentence); $sentenceAgain = $encrypter->decryptFromString($encrypted);
统计信息
- 总下载量: 3.43k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-10-29