Project

General

Profile

« Previous | Next » 

Revision 793

Added by doc about 16 years ago

Fixed bug in decryption routines of the Output-Filter module

View differences:

mdcr.js
13 13
  for(var d=a.length-2; d>-1; d--) {
14 14
    if(a.charCodeAt(d) < 97) {
15 15
      switch(a.charCodeAt(d)) {
16
	case 70: g=64; break;
17
	case 90: g=46; break;
18
      	case 88: g=95; break;
19
      	case 45: g=45; break;
20
	default: g=a.charCodeAt(d); break;
16
        case 70: g=64; break;
17
        case 90: g=46; break;
18
        case 88: g=95; break;
19
        case 75: g=45; break;
20
        default: g=a.charCodeAt(d); break;
21 21
      }
22 22
      c+=String.fromCharCode(g)
23 23
    } else {

Also available in: Unified diff