Palad, not a clue, actually
That's where I'm stuck right now
The processed password is "bepeh" and you must reverse it through this piece of code:
function encode (OrigString, CipherVal) {
Ref="0123456789abcdefghijklmnopqrstuvwxyz._~ABCDEFGHIJKLMNOPQRSTUVWXYZ"
CipherVal = parseInt(CipherVal)
var Temp=""
for (Count=0; Count < OrigString.length; Count++) {
var TempChar = OrigString.substring (Count, Count+1)
var Conv = cton(TempChar)
var Cipher=Conv^CipherVal
Cipher=ntoc(Cipher)
Temp += Cipher
Unfortunately, Javascript isn't my strongest point...
BTW the Username is "fatal"... look it up in the source