phpbolt/encrypt
Composer 安装命令:
composer require phpbolt/encrypt
包简介
phpBolt Encryprion
README 文档
README
https://phpbolt.com encryption by cli. First install bolt.so file from https://phpbolt.com
How to install encryption tool?
First, download the encryption tool using Composer:
composer global require "phpbolt/encrypt @dev"
Make sure to place composer's system-wide vendor bin directory in your $PATH so the bolt encryption tool executable can be located by your system. This directory exists in different locations based on your operating system; however, some common locations include:
macOS and GNU / Linux Distributions: $HOME/.composer/vendor/bin
export PATH=$PATH:$HOME/.composer/vendor/bin
Windows: %USERPROFILE%\AppData\Roaming\Composer\vendor\bin
bolt -encrypt [source-folder] [key] [output-folder]
Example
bolt -encrypt test/hello abcdef encrypted
统计信息
- 总下载量: 1.78k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 15
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-12-09