Mirai-Team / mirai-project

C++ library for games making purposes.
Other
3 stars 0 forks source link

Archiver #79

Open Lomadriel opened 9 years ago

Lomadriel commented 9 years ago

So I have implemented an archiver to replace the encryption. The current encryption is quite useless indeed it is a weak encryption and it doesn't allow user to change the encryption method. However the archiver allows this and it's faster than the encryption. Moreover it allows also the usage of compression.

In replacement of encryption, I think we can implement some basic encryption method. Thus users can encrypt their files as they want.