Skip to content
This repository has been archived by the owner on Jul 13, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 511 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 511 Bytes

MTA-TEA-Encoder

compiled via CLion


Open any file with this programm (or just drag'n'drop it) to encode it. Programm will create MD5-named file in the same folder.

  • You can decode it on client or server side:
key = "sample key"
base64Decode(teaDecode(base64Encode(crypt), key))
  • it can be used for binary files (base64 encoding before TEA encoding allows to encode '\0')