The Daily WTF: Curious Perversions in Information Technology
Welcome to TDWTF Forums Sign in | Join | Help
in Search

Browse by Tags

All Tags » security (RSS)
  • American Express security measures

    Let's count a few WTFs: Passwords must be 6 to 8 characters long, no longer. (wtf123xyzzy is invalid!) Passwords canNOT contain any "special characters" (just letters and numbers, please). Security questions canNOT contain these either It's not a Javascript-based password system, but...
    Posted to Forum by fennec on 05-13-2008
  • Re: "Security" of Snapfish photo sharing site

    What's more scary is that most sites do it that way... they think obfuscating the URL is enough :( Microsoft has done a better job though, all files stored on Spaces (or SkyDrive) is only accessible if you're signed in to Live ID and have been assigned the rights to view an album. Or when the...
    Posted to Forum by Alex Media on 02-13-2008
  • Re: Sensitive Data will break you.

    [quote user="SpectateSwamp"] [quote user="tdittmar"] Dear King Bullshit III., On the other hand - could you please give me reasons for NOT having sensitive data on computers? And please also provide alternative, more secure storage possibilities for sensitive data. [/quote] I'm...
    Posted to Forum by tdittmar on 01-22-2008
  • Passport Canada privacy breach

    Sounds like they were passing unencrypted userIDs in the querystring. http://www.theglobeandmail.com/servlet/story/RTGAM.20071204.wpassport1204/BNStory/National/home
    Posted to Forum by PonyGumbo on 12-05-2007
  • Re: Data security, courtesy UK govt

    Well, thank goodness there wasn't any sensitive data on those disks. Congrats to the government for averting a tragedy.
    Posted to Forum by purge on 11-20-2007
  • Data security, courtesy UK govt

    It might have already been posted, but to prove that stupid people can reduce any system to tatters: http://news.bbc.co.uk/1/hi/uk_politics/7103566.stm <q>Two computer discs holding the personal details of all families in the UK with a child under 16 have gone missing. The Child Benefit data on...
    Posted to Forum by raluth on 11-20-2007
  • Re: Password WTF

    No, I don't work at a bank, although my previous job was for a company that wrote a lot of the awful software Banks use. Another utility here allows valid passwords to only consist of consonants. No evil vowels, numbers, or symbols are allowed for that one.
    Posted to Forum by Siloria on 11-07-2007
  • A secure key

    Just found this in a class called Encryption, on a ASP.NET application I'm working on... protected const string KEY = "DONKEY"; Which in turn is used by two methods EncryptTripleDES and DecryptTripleDES. Well it appears they're taking security seriously, they're using Triple DES :-)
    Posted to Forum by Sunday Ironfoot on 08-08-2007
  • The World's Worst Security System

    function Login(){ var done=0; var username=document.login.username.value; username=username.toLowerCase(); var password=document.login.password.value; password=password.toLowerCase(); if (username=="tshm" && password=="thebigpicture") { window.location="image_download.shtm"; done=1; } if (username...
    Posted to Forum by lgeekery on 07-31-2007
  • GoHastings has a very interesting username/password system.

    The other day I bought Ace combat Zero on from GoHastings through Amazon.com. I did not recall what type of shipping I had choosen (or if I was even given the option), so I went to their website at http://www.hastingsentertainment.com/catalog/ . Gamestop/EB Games allows you to check your order with just...
    Posted to Forum by Yaos on 07-26-2007
Page 1 of 2 (12 items) 1 2 Next >
Powered by Community Server (Non-Commercial Edition), by Telligent Systems