Diff for /loncom/auth/londes.js between versions 1.8 and 1.9

version 1.8, 2004/08/03 15:03:35 version 1.9, 2009/05/22 17:01:28
Line 1 Line 1
 <script type="text/javascript" language="JavaScript">  <script type="text/javascript" language="JavaScript">
   // <![CDATA[
 // The LearningOnline Network with CAPA  // The LearningOnline Network with CAPA
 // Encryption Routines according to Data Encryption Standard DES  // Encryption Routines according to Data Encryption Standard DES
 // Federal Information Processing Standards Publication 46-2 (1993 Dec 30)  // Federal Information Processing Standards Publication 46-2 (1993 Dec 30)
Line 375  function crypted(text) { Line 376  function crypted(text) {
     return(hexstring(b3)+hexstring(b2)+hexstring(b1)+hexstring(b0));      return(hexstring(b3)+hexstring(b2)+hexstring(b1)+hexstring(b0));
 }  }
   
   // ]]>
 </script>  </script>

Removed from v.1.8  
changed lines
  Added in v.1.9


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>