The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Cleartext Login Considered Harmful

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Michael Granger

Posts: 53
Nickname: ged
Registered: Sep, 2005

Michael Granger is just another Ruby Hacker.
Cleartext Login Considered Harmful Posted: Oct 15, 2005 10:25 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Michael Granger.
Original Post: Cleartext Login Considered Harmful
Feed Title: devEiate
Feed URL: http://deveiate.org/feed/rss/blog
Feed Description: A blog about Ruby, codecraft, testing, linguistics, and stuff. Mostly stuff.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Michael Granger
Latest Posts From devEiate

Advertisement

I’ve been on the road for work for the past week, and have logged in to the admin part of my site over unencrypted links, which is something I hate doing. I should really just configure an SSL vhost for my site to eliminate this problem, but what I’d rather do is add challenge-response authentication to Typo. Or maybe it belongs in a Rails login generator. No more cleartext passwords, even over regular HTTP.

Not that I need another project, really, but I can likely use quite a lot of the OpenSource LiveJournal auth mechanism, and it’d be pretty useful, I’d think. One more for the TODO list.

Read: Cleartext Login Considered Harmful

Topic: StAX + XMLBeans == Java XML APIs Previous Topic   Next Topic Topic: XML Tools from all over

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use