A small util for encrypting and decrypting resource packs.
- An easy to use graphical interface
- Encrypt and decrypt resource packs
- Support resource pack that contains sub packs
Download the latest jar file from release. Before using this tool, make sure you have Java 21+ installed. Double click the jar file to run it, or run the following command in terminal:
java -jar EncryptMyPack-<version>-shaded.jar
- The key should be a 32 character long string. You can click
GenKey
button to generate a random key - Make sure your pack is a zip file, and in your pack should be a manifest.json
After the encryption, a contents.json
file should now be in output zip file, and the key will be displayed in the console
- Again, the key should be a 32 character long string
- To decrypt the pack, you must provide its key
Copyright © 2023-2025 AllayMC, all rights reserved. LGPL-3.0
Thanks to mcrputil for their great work!