Skip to content
This repository has been archived by the owner on Jul 13, 2019. It is now read-only.
/ MTA-TEA-Encoder Public archive

Tiny Encryption Algorithm from MTA on C++

Notifications You must be signed in to change notification settings

Toliak/MTA-TEA-Encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')

Releases

No releases published

Packages

No packages published

Languages