»User: »Password:   Remember Me? 
Posted:  25 Aug 2008 21:08
What steps can I take to protect my data without using another company to do it for me?  Is having password protection on the server enough to keep it safe?
__________________
Posted:  26 Aug 2008 17:06
I don't trust my server 100% because everyone have their loops and holes, so I don't think password protection on the server is enough to keep your data safe.  If you mean personal data or those from projects you've been working on, for me I used external back-up for my files for security reasons.
Posted:  26 Aug 2008 20:15
Keeping files on an external drive is a good idea, but I just do not think I have enough space to even consider doing something like that...
__________________
Posted:  06 Sep 2008 19:15
I agree with giay .You shall go with giay suggestion.
Posted:  16 Oct 2009 04:14
Hello
1. Limit the number of users authorized to access the database. This would seem obvious to most but it is often overlooked.
2. To that end, prevent physical access to the machine by unauthorized people. It is virtually impossible to maintain security if there is unlimited physical access to a machine.
3. Most hackers are not Einsteins. They are looking for the lowest hanging fruit. Leaving databases or backups unencrypted is inviting anyone in.
4. When given the choice, choose pass phrases to encrypt data rather than passwords. Pass phrases are expressions or combination of words that are easy for you to remember but difficult for other people to guess. Preferably things in your everyday life should jog your memory. For example, if you pass four traffic lights on the way to work, your pass phrase could be pass4lights.
5. Keep keys separated from data. At a minimum, keys should be stored in a different file but preferably on a different drive, server, or device (e.g., USB jump drive).
__________________