You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 months ago | |
---|---|---|
.gitignore | 11 months ago | |
LICENSE | 11 months ago | |
Makefile | 11 months ago | |
README.md | 11 months ago | |
main.c | 11 months ago | |
xxtea.c | 11 months ago | |
xxtea.h | 11 months ago |
README.md
TJCRYPT
Decyprt Pocket Incoming lua files tested ver 1.0.5.
Build
Requirements:
- make
sudo apt install make
- liblz4-dev
sudo apt install liblz4-dev
Steps:
- Just run
make
on repo top directory
Example Usage
Decrypting
$ ./tjcrypt d assets/repository/repo.mapping repo.mapping.json
Encrypting
$ ./tjcrypt e repo.mapping.json assets/repository/repo.mapping