phpbolt / encrypt
phpBolt Encryprion
Installs: 1 610
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 2
Forks: 9
Open Issues: 3
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2025-03-19 08:46:39 UTC
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