<Security>

[ htaccess | md5 | selective | singular | ssl ]


The keywords below are all modifiers that affect the level of security of certain areas in the service. They can be applied to an entire service, a session, a show, a flash, or an exit statement.

htaccess
Takes as argument a string designating a file that is to be used for login-password verification through the browser/web-server built-in htaccess protocol.

md5
This built-in (message digest 5) function, md5, takes a string and returns a string, namely the md5 hash value of the argument given.

selective
This modifier takes a comma separated list of string expressions in parentheses as arguments and verifies that the IP number of the client is in this list. There are three possibilities for the strings in the list:

singular
This modifier will cause the server to inspect the IP number of the client when the session is started and subsequently verify that it does not change. Thus, it makes sure the client remains the same throughout the execution of the session.

ssl
This modifier will make the entire service or a particular session subject to the SSL cryptographic protocol. It requires that the web server supports SSL.


bigwig@brics.dk
Last updated: November 2, 2001
Valid HTML 4.01!