Skip to content

Shader file encryption/decryption tool for Halo Custom Edition

License

Notifications You must be signed in to change notification settings

MangoFizz/composer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Composer

Shader file encryption/decryption tool for Halo Custom Edition usin XTEA algorithm.

Usage

Encrypt

D:\shaders> composer-encrypt
usage: composer-encrypt [options] ... <input-file>
options:
  -o, --output    Encrypted shader output file.
  -h, --help      Print this message.

D:\shaders> composer-encrypt shader.bin
encrypted shader file: "shader.enc"

Decrypt

D:\shaders> composer-decrypt
usage: composer-decrypt [options] ... <input-file>
options:
  -o, --output    Decrypted shader output file.
  -h, --help      Print this message.

D:\shaders> composer-decrypt shader.enc
decrypted shader file: "shader.bin"

Links

About

Shader file encryption/decryption tool for Halo Custom Edition

Resources

License

Stars

Watchers

Forks