You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ha...@ooo.lanl.gov> on 1995/07/10 22:59:36 UTC

authentication algorithm

Is it possible to have authentication based on a simple algorithm ?

Here's the scenario,

We have some URLs which can ultimately point to,
   a) some "old" info
   b) some "new" info

The new info needs to be accessible only by the author of the info
(or www admin). Authors get emailed a "key" (password) to unlcok the
protection.

We don't want to setup a database of passwords, we just need a simple
system whereby the author can be asked for a "name and password" and
an unpublished algorithm checks that the password matches the name.

If that's no clear, here's an example...
  password =  name + 1    (e.g.   abcdef -> bcdefg)


Can it be done ? if not it might be worth finding a way 
to get Apache to do it.


rob
--
http://nqcd.lanl.gov/~hartill/