| Description |
This patch provides a modified SQLite library which enables the Message-Digest Algorithm 5 (MD5) one-way hashing algorithm to be used by the TeamSpeak 2 server.
Instead of storing plain text passwords in TeamSpeak's native SQLite database,
the server will create a 128-bit hash value of the password to ensure a
higher level of security. This way, noone will be able to read your
secret passwords from the database.
|