VIE Encryption

From ASSS Wiki
Revision as of 20:32, 9 October 2007 by CypherJF (talk | contribs) (introduction of article to wiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The original VIE SubSpace clients utilized a encryption routine which obscures the game protocol from casual observers. It is generally considered a weak algorithm [1][2] since the implementation is well known.

Common language implementations can be found in several open source projects. For example, a Java implementation of the encryption routines can be found in TWCore, likewise, a C implementation in ASSS and finally a C++ implementation in MERVBot.

External Links