Security Encode cannot decryption for Pocketmine-MP
Write this line at the top of your plugin:
use LootSpace369\SecurityEncode\encode;Array encoding by:
$array = ["a","b"];
$encode = (new encode($array))->run();String encoding by:
$str = "LootSpace369";
$encode = (new encode($str))->run();