Skip to content

WIP: Resource encryption #44

Description

@SpigotRCE

Plan:
Use the api and replace Clazz.class.getResourceAsStream(name) with ResourceEncryption.getResourceAsStream(clazz, name). The api class should be shadded. The ResourceEncryption#getResourceAsStream will have the decryption logic inserted with the transformer where as the api class will just return clazz.class.getResourceAsStream(name). All calls to ResourceEncryption#getResourceAsStream will have a small decryption logic inserted as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions