Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Internet > HTTP (WWW)

    mod_auth_token 1.0.1

    Download button

    No screenshots available
    Downloads: 1,387  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Mikael Johansson | More programs
    The Apache License 2.0 / FREE
    May 24th, 2006, 18:02 GMT
    ROOT / Internet / HTTP (WWW)

     Read user reviews (0)  Refer to a friend  Subscribe

    mod_auth_token description

    mod_auth_token module uses token based authentication to secure downloads and prevent deep-linking.

    mod_auth_token module uses token based authentication to secure downloads and prevent deep-linking.

    Have your PHP script or servlet generate the to authenticate the download. Apache can then treat the download request like a normal file transfer without having to pipe the file through a script in order to add authentication.

    You can find downloads, daily snapshots and support information at http://www.synd.info/

    Usage:

    The token is an hex-encoded MD5 hash of the secret password, relative file path and the timestamp. It is encoded onto the URI as:

    < uri-prefix >< token >/< timestamp-in-hex >< rel-path >

    For example

    /protected/dee0ed6174a894113d5e8f6c98f0e92b/43eaf9c5/path/to/file.txt

    where the token is generated as

    md5("secret" + "/path/to/file.txt" + dechex(time_now()))

    with the following configuration in httpd.conf

    < Location /protected/ >
    AuthTokenSecret "secret"
    AuthTokenPrefix /protected/
    AuthTokenTimeout 60
    < /Location >

    The actual file would should be located in

    /protected/path/to/file.txt

    Requirements:

    · Apache 1.3.x



    Product's homepage

    Requirements:

    · Apache 1.3.x

      


    TAGS:

    token authentication | secure downloads | prevent deep-linking | mod_auth_token | token | authentication

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM