Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 497 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 497 Bytes

Pack Essentials

An open-source alternative to encryptmypack, which allows you encrypt Minecraft: BE resource packs inside your browser

Build

  1. Install go and npm
  2. Run ./build_wasm.sh to build wasm library for resource pack encryption and decryption
  3. Run npm install and npm run build
  4. The site is ready in ./dist

Todo

  • decrypt packs

Credits

mcrputils for the mechanics of encrypt and decrypt algorithm