Author Topic: Authentication against flat text file with crypted passwords?  (Read 2230 times)

0 Members and 1 Guest are viewing this topic.

Offline yrrac

  • album.pl User
  • *
  • Posts: 8
  • Karma: +0/-0
  • Prettige Feestdagen
    • VoCASA Volleybal Nijmegen
Hi Mike,

Any chance that you'll add another authentication scheme? I know: there are so many...

But: a pretty standard one (hee, Unix passwd files)  is using stored crypted passwords with usernames i.s.o. readable passwords (yuk  :-[) as authentication
scheme 1 in album.pl now offers.

This would require not some many changes in album.pl
in the AUTH part:
A matter of getting salt string and using crypt perl function to string compare entered (and crypted) passwd against stored crypted password.
If you wish I can send some perl code snippets I can dig up.

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re:Authentication against flat text file with crypted passwords?
« Reply #1 on: December 05, 2002, 22:02:25 »
Yeah, it should be possible to add crypted passwords in. It may add a bit more complexity than some can easily deal with, but hopefully won't be too big a problem.

I've added it to the to do list...

Thanks

Offline EMP

  • album.pl User
  • *
  • Posts: 5
  • Karma: +0/-0
  • THe leetest personal text every!
    • Lord Of The Dot Net
Re:Authentication against flat text file with crypted passwords?
« Reply #2 on: December 12, 2002, 15:27:21 »
that, or add Ikonboard user files, they use mk5 unix decryption and are able to use mysql.

If you can add a mysql databse to this, it would help major site out alot.
-EMP

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re:Authentication against flat text file with crypted passwords?
« Reply #3 on: December 12, 2002, 19:12:59 »
I'm prototyping MySQL right now, and MD5 is already used (though not for flatfiles)...