API Interface
You can use all of the features of StringEncrypt via our Web API interface.
Our API is based on POST requests and JSON encoded response.
In PHP, call the API with the pelock/stringencrypt package: configure a StringEncrypt\Client with setters, then call send() to get the same JSON-shaped array as the web form.
Commands (POST field command / StringEncrypt\Command):
encrypt — encrypt a UTF-8 string or raw bytes (file); returns decryptor source
is_demo — activation limits, demo vs full mode, credits
info — engine version and supported output languages

