Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:PassGorithm - One Algorithm, infinite passwords (Score 1) 1007

I use a similar method, but then apply an additional layer of obfuscation by putting my password that I've generated with my algorithm through something like an MD5 hash. If I can't remember the password, I can always recreate it, but the chances of anyone stumbling across it with anything other than brute force are miniscule. You could even write your passwords down and it wouldn't make a difference. All you're giving them is the seed. You can also apply simple encryption to them, such as having a deviation pattern from the password you've written down (i.e. first character is to the left of the one I've written down, second one two characters up on the keyboard, etc. I've also had success just keeping a list well hidden such as making a file called .nothing_interesting_in_here (for example) and hiding it down in /var or /etc somewhere. The chances of some miscellaneous laptop thief getting root and going ls-la through all of your config directories is relatively small. You just have to remember where you put the file.

Education

Submission + - Are Video Game Schools What's Wrong? (gamecareerguide.com) 2

J Duffy writes: "GameCareerGuide.com just posted an expose by a self-proclaimed "game development school dropout," a woman who enrolled in a game program only to leave within a few weeks, horrified at what students were asked to do in their time there. What's really shocking is that she uses her experience to talk about how women and "grown ups" are gated from entering the video game development industry. http://www.gamecareerguide.com/features/435/i_am_a_game_school_.php Enjoy!"

Slashdot Top Deals

Math is like love -- a simple idea but it can get complicated. -- R. Drabek

Working...