|
|
Choosing A Webhost: |
mantisbt/core/adodb/session adodb-encrypt-sha1.php,NONE,1.1 session_schema.: msg#00056bug-tracking.mantis.cvs
Update of /cvsroot/mantisbt/mantisbt/core/adodb/session In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22680/session Added Files: adodb-encrypt-sha1.php session_schema.xml Log Message: Sync: V4.80 8 Mar 2006 of adodb --- NEW FILE: adodb-encrypt-sha1.php --- <?php if (!defined('ADODB_SESSION')) die(); include_once ADODB_SESSION . '/crypt.inc.php'; /** */ class ADODB_Encrypt_SHA1 { function write($data, $key) { $sha1crypt =& new SHA1Crypt(); return $sha1crypt->encrypt($data, $key); } function read($data, $key) { $sha1crypt =& new SHA1Crypt(); return $sha1crypt->decrypt($data, $key); } } return 1; ?> --- NEW FILE: session_schema.xml --- <?xml version="1.0"?> <schema version="0.2"> <table name="sessions"> <desc>table for ADOdb session-management</desc> <field name="SESSKEY" type="C" size="32"> <descr>session key</descr> <KEY/> <NOTNULL/> </field> <field name="EXPIRY" type="I" size="11"> <descr></descr> <NOTNULL/> </field> <field name="EXPIREREF" type="C" size="64"> <descr></descr> </field> <field name="DATA" type="XL"> <descr></descr> <NOTNULL/> </field> </table> </schema> ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | mantisbt/core/adodb/session/old adodb-cryptsession.php,1.3,1.4 adodb-session-clob.php,1.3,1.4 adodb-session.php,1.3,1.4 crypt.inc.php,1.2,1.3, Paul Richards |
|---|---|
| Next by Date: | mantisbt/core/adodb/xsl convert-0.1-0.3.xsl,NONE,1.1 convert-0.2-0.3.xsl,NONE,1.1 remove-0.3.xsl,NONE,1.1, Paul Richards |
| Previous by Thread: | mantisbt/core/adodb/session/old adodb-cryptsession.php,1.3,1.4 adodb-session-clob.php,1.3,1.4 adodb-session.php,1.3,1.4 crypt.inc.php,1.2,1.3, Paul Richards |
| Next by Thread: | mantisbt/core/adodb/xsl convert-0.1-0.3.xsl,NONE,1.1 convert-0.2-0.3.xsl,NONE,1.1 remove-0.3.xsl,NONE,1.1, Paul Richards |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |