DEV Community

Alexander Ilyin
Alexander Ilyin

Posted on

I've created a Gradle plugin that encrypts your source code and decrypts it in runtime

A Gradle plugin that allows you to encrypt your source code with AES PBE and decrypt it at runtime. Plugin supports resource encryption only.

Source code at github

Top comments (0)