# ese-ls-provision tool Runs on Android host and uploads scripts to the secure element loader service. ## Introduction PN80T and later secure elements include a "loader service" which runs signed, encrypted scripts to perform high-privilege operations like installing and deleting applets in a secure way. The result of compiling, encrypting and signing these scripts with the `ls-cgt.jar` tool is a file containing hexadecimal blocks separated by newlines; the first line usually starting with `7f21` indicating the certificate for the signing key. This tool takes those signed, encrypted scripts and sends them to the secure element. ## Usage ese-ls-provision