Home computer security - should I worry?

Started by
9 comments, last by Hoser 20 years, 4 months ago
I was just wondering what the general sentiment was regarding security of your home computer and amateur game development. Does anyone worry about security or people accessing source code? I''m currently working on a project with a small group of people, and we are all professionals. The project is coming along nicely, and the intent is to eventually try and publish the final product (whether it be through a publisher, or self publish etc...). Should I worry about the code being compromised? I realize there is no reason for anyone to try and access my code at this point in time, but there are an awful lot of people out there with too much time on their hands. If anyone has any thoughts/comments regarding the issue, I''d appriciate any replies.
Advertisement
Why don''t you use sourceforge.net? That way people don''t need access to your PC and you can lock it down with a firewall.

--
Dave Mikesell Software & Consulting
well, even the bests get hacked HL2 for example...

A good firewall and a good anti virus is enough. And obviously regular backups on CDs. I would be more worried by damage caused by viruses and other nasties than by hackers wanting a peak at my stuff.

Say.... What''s your IP again?

Everything is better with Metal.

Of course I feel concerned about security on my home computer, that is the computer I am developing my games on.

My advice would be : always have an anti-virus running to look for trojans which could allow people to steal your code. I also think a firewall is required. Also don''t forget to update your system in order to be protected from new vulnerabilities.

On the other hand, I think there''s not anything you can do to prevent some people from breaking into your computer if they *really* want to... though it''s not likely to happen anyway. From your post, it seems that you are working on a relatively small project (I mean not very well known) so I don''t think you''ll be anyone''s target.

You can begin to panic when working on your next game (after this one has shipped and has become a success ).
Hello,

First thing you should do to prevent hackers is get a decent firewall going. Zone alarm is a good firewall for free (just annoying with popups). Second thing you should do is get a good AV and schedule regular scans for your computer and update the signature files frequently. Third thing is to apply all of the patches for your particular OS on a regular basis whether it be Windows, Linux, etc. Another good thing to do is go to the website DSL reports and run a port scan. This will tell you exactly what ports are accessible to the internet and the security risks involved with those ports. The last thing that I can think of is that there are alot of people with "too much" time on their hands but you should not worry too much unless you have servers or something running on the premises.
While I think about it, you should also consider using an alternate browser and email reader. I personally use Opera and its M2 mail client but there are many others available (Mozilla Firebird and Thunderbird for example). That way you can avoid many security threats, because most worms exploit Outlook/IE vulnerabilities.

[edited by - Sork on November 17, 2003 3:05:06 PM]
If you have the time, a firewall protecting a router which routes to an encrypted VPN is more security than you''ll ever need.

daveandrews.org - a Christian Programmer''s Weblog
i second the part about never ever even thinking about touching ie or outlook express. activex is pretty much what the name suggests: active access for everyone. while outlook is pretty good in automatically running any malicous attachments without requiring you to click anything.

a router with firewall is fine if you want to be on the safe side, a personal firewall is a joke, especially crap like zone alarm will only screw up your system and make you feel paranoic because every lousy ping will be accompanied by messaged about evil hackers that have just been prevented from getting into your system. if your lucky it will prevent a small percentage of adware from phoning home, because everything running on your system has the same rights as you. it can tunnel, shutdown the "firewall" or just tell it "oh, hi, im the internet explorer". and attacks from the outside? firewall or not, if your system isnt open they cant get in. disable all services you dont need (especially dcom, because you can bet whatever body part you like that ms has NOT really fixed it even after three patches.. thats the result of patching for single exploits instead of really fixing the problem itself). btw. some firewalls have funny bugs that will allow attackers to "get in" that wouldnt have had a chance without the fw running.

one important thing is: security is NOT achieved by installing a couple of programs. but it often makes people feel too secure ("oh, my fw just blocked spyware x.. im safe.. and i''ll happily ignore that it might just use one of many ways to get around the fw next time"). anti virus is nice, but if you completely rely on it you will sooner or later find a virus that your program wont detect.

run as little as possible and use secure software (ruling out ms in 99% of all cases). make backups and adjust your online behaviour (if that didnt already happen a long time ago), because all that av and fw software should never be more than a last line. dont trust it and whenever they find something take it as a reminder that you just screwed up ,-)
f@dzhttp://festini.device-zero.de
quote:Original post by Trienco
a router with firewall is fine if you want to be on the safe side, a personal firewall is a joke, especially crap like zone alarm will only screw up your system and make you feel paranoic
...


I dunno, I kind of find the sandboxing feature in software firewalls pretty useful. AFAIK hardware/router builtin firewalls doesn''t allow you to explicitly set which programs are allowed to connect to the internet and under what port etc.

quote:
run as little as possible and use secure software (ruling out ms in 99% of all cases).


Are you suggesting we abandon Windows and jump to linux instead?




--{You fight like a dairy farmer!}

--{You fight like a dairy farmer!}

what is DCOM, and how would one disable it? also, what does it DO?
--- krez ([email="krez_AT_optonline_DOT_net"]krez_AT_optonline_DOT_net[/email])

This topic is closed to new replies.

Advertisement