Skip to content

Vasync/SecurityEncode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SecurityEncode

Security Encode cannot decryption for Pocketmine-MP

How to use?

Write this line at the top of your plugin:

use LootSpace369\SecurityEncode\encode;

Example

Array encoding by:

$array = ["a","b"];
$encode = (new encode($array))->run();

String encoding by:

$str = "LootSpace369";
$encode = (new encode($str))->run();

About

Security Encode cannot decryption for Pocketmine-MP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages