Version 1: -testversion; contains basic functionality, runs only on windows servers. Via a form, a password is (non SSL) sent to the server, where a key is created from that password. The key is returned and used by the client to gain access to remote resources (Currently hardcoded into being three pictures). update: -created random derived session key -session keys last only 5 minutes -keys stored in file, updated only when cgi script is called, so it's possible for a key to be still valid after 24 hours when the cgi has not been called again. update: -made script more general purpuse, now supports showfile, getHTML and showpic calls. HTML files called with getHTML will be parsed for key values; e.g. any instance of in the original HTML file will be replaced by the session key supplied with the call -when originally asking for a key (post-action), there is also supplied a link. This link should point to a HTML file which will be automatically redirected to (when the supplied password is verified) update: -Added the getFile method. This should make downloading files possible -Cleaned the code a little -Added link/password dependencies (link now functions as a kind of username -- see link.cgs) -Access to files can be specified for all links (in link.cgs) -Changed accessfile name to access.cgs update: -Hardcoded refferal: upon succesful password verification, client is sent to: http:///cgi-bin/ -Bugfixes -first release!