[patch] add password with sha hash suport for accserver

Need help testing contributed art or code or having trouble getting your newest additions into game compatible format? Confused by changes to data formats? Reading through source and wondering what the developers were thinking when they wrote something? Need "how-to" style guidance for messing with VS internals? This is probably the right forum.
Post Reply
www2
Venturer
Venturer
Posts: 537
Joined: Sat May 14, 2005 10:51 am
Location: milkyway->the sol system->earth->Europe->The Nederland->Soud Holland->Leiden
Contact:

[patch] add password with sha hash suport for accserver

Post by www2 »

This is a small patch that enable the sha hashing algorithm beside withe md5 hashing algorithm.
I advice that use sha instead of md5 for security reason.

Code: Select all

Changelog
add support for the  sha hashing algorithm
add a swith in the config file between sha and md5 (defauld is md5)
You do not have the required permissions to view the files attached to this post.
All Your Base Are Belong To Us
www2
Venturer
Venturer
Posts: 537
Joined: Sat May 14, 2005 10:51 am
Location: milkyway->the sol system->earth->Europe->The Nederland->Soud Holland->Leiden
Contact:

Re: [patch] add password with sha hash suport for accserver

Post by www2 »

In svn thanks to ace.
All Your Base Are Belong To Us
Post Reply