I'll get right to the point so you don't have to read a lot.
Basically, I have an AES-128bit Encrypted Jar file. I want to make a launcher so that I can load this encrypted Jar into memory and run it (using the key).
I have a simple Class Loader working although unless I decrypt it to a directory and run it, it obviously won't do what I am needing (decrypt & memory load).
TL;DR: I need to make an AES-128bit Encrypted Jar run in memory.
Any help is much appreciated, feel free to ask questions!