tibia-client/src/framework
Eduardo Bart e5000fa577 encrypt password and account number
* the encryption uses a unique machine key, this means that if anyone steals config.otml with a saved password,
he will not be able to decrypt the password without the machine UUID key
* the encrypt uses a simple XOR encryption method, encoded with base64 and adler32 summing
2012-06-04 09:38:25 -03:00
..
cmake fix in cmake configuration for LuaJIT and OpenGL ES 2012-05-13 09:15:30 -03:00
core many modules fixes 2012-06-03 21:28:19 -03:00
graphics fix possible crash in older opengl driver implementations 2012-06-03 20:12:32 -03:00
luascript many modules fixes 2012-06-03 21:28:19 -03:00
net encrypt password and account number 2012-06-04 09:38:25 -03:00
otml rework log function and protocol 2012-05-28 19:04:44 -03:00
platform fixes in EGL platform 2012-06-03 11:10:34 -03:00
sound some optimizations 2012-06-02 11:43:27 -03:00
stdext encrypt password and account number 2012-06-04 09:38:25 -03:00
thirdparty remove usage of libpng with custom save_png 2012-04-28 21:16:22 -03:00
ui fix draw square 2012-06-03 17:35:07 -03:00
util encrypt password and account number 2012-06-04 09:38:25 -03:00
CMakeLists.txt encrypt password and account number 2012-06-04 09:38:25 -03:00
application.cpp fix initialization opengl glitch 2012-06-03 17:25:12 -03:00
application.h graphics optimization feature inspirated by diablo3 engine 2012-06-01 16:39:09 -03:00
const.h rewrite and reoganize tools functions 2012-05-28 10:06:26 -03:00
global.h rewrite and reoganize tools functions 2012-05-28 10:06:26 -03:00
luafunctions.cpp encrypt password and account number 2012-06-04 09:38:25 -03:00
pch.h rework log function and protocol 2012-05-28 19:04:44 -03:00