Archive for the ‘System Security’ Category
-
How to use MD5 and SHA in C#
Thursday, July 16th, 2009
EDIT: To remove the ‘-’ in the hashes, replace your ‘return’ line with this:
Regex.Replace(BitConverter.ToString(hashedBytes), “-”, “”);
Hashing in C# is quite a bit different then languages like PHP. In PHP to hash a string via MD5 you would simply use the md5 function as so:
md5(“string”)
Let’s stop complaining and get right down to it.
Create a new Console [...] -
THT Chaos!
Sunday, December 28th, 2008
TheHostingTool has really been giving us some trouble. The main problem at the moment is that no one can log into the Admin CP. We’re greeted with an unattractive Username / Password in correct message. My attempts to create a password (and salt) generator have failed and I’m just about to give up. If you [...]
-
Recent Hackings
Saturday, November 15th, 2008
The servers at Tyreus.com have undergone some beatings from Arabian hackers. For more info read this annoucment thread –> http://forums.tyreus.com/index.php?showtopic=1678 Looks like we’ve got it under control for now. We’ve increased security and we enocouage all of our clients to immediatly make backups and change all their passwords.
-
Tyreus Referrals 0.4
Monday, November 3rd, 2008
It’s finally here! The actual referral core is in incorporated! It also includes some major security updates. Bete testing has also been started with the Tyreus.com Staff Not much more to post here. I’ll keep you guys updated with the testing!
-
Tyreus Referrals 0.3.9
Friday, October 31st, 2008
Referrals 0.3.9 includes three new features! As well as security updates. I won’t really explain any of them sice it’s REALLY obvious what they do. The Debug feature, however, just prints the $_SESSION super global. Useful to see what’s in your Session. It’ll be removed when I no longer need it.
I’ll also be rounding up [...] -
Tyreus Referrals 0.3.5b
Monday, October 13th, 2008
I just fixed a bug in the login system that would allow non validated accounts to log in. This is just a quick and major security update.
-
Tyreus Referrals 0.3.5
Monday, October 13th, 2008
Version 0.3.5 incorporates some various new features as well as minor security fixes. It also includes some various changes to the login script to allow for the future Admin CP! MySQL and table prefix support is coming soon! At the moment you can only use the MySQLi (MySQL Improved) method. I have developed a function [...]
-
Tyreus Referrals 0.3.2
Thursday, October 2nd, 2008
Today I updated the script with some security updates to help make the “password protected” pages more secure. Here is the change log.
refurl.php – Added a message so that when a user is not logged in they will not be shown anything accept an error message.
changemail.php – Same as above. Also added finished up other [...]
