Home Page - www.tele-pro.co.uk - Ecommerce Integration


Software > WS_FTP Password Reminder

WS_FTP Password Reminder Online Tool

WS_FTP Password Reminder is a free utility to decode WS_FTP passwords from WS_FTP.ini files on Windows 2000. WS_FTP, WS_FTP LE.

WS_FTP Password Reminder is available as an HTML Application or as an online tool.

Encoded Password

Enter an encoded line from the WS_FTP.ini file in the text box below.

Decoded Password

JavaScript Decode Function

Below is the JavaScript code for the main decode function:

function dec2(str){ // decode
var Out='';
pw=str.substring(37,str.length);
for (var i=0; i<pw.length/2; i++)
{
var caracter=pw.substring(i*2,i*2+2);
var sal=str.substring(5+i,6+i);
var claro=parseInt("0x"+caracter)-i-1-((47+parseInt("0x"+sal))%57);
Out=Out+String.fromCharCode(claro);
}
return Out;
}

If you liked this script, please vote for it at the following developer resource sites.
HotScripts - WS_FTP Password Reminder AllTheScripts - WS_FTP Password Recovery WS_FTP Password Recovery Tool - featured at ScriptSearch.com  

Internet Explorer Password Recovery

Retrieve lost or forgotten AutoComplete passwords from Internet Explorer - the Reveal Passwords internet shortcut reveals masked passwords in all forms and frames of the current web page.
 

See Also

 Go Free Scripts
 Go Commercial Scripts
 Go Other Developer Websites
 Go Scripts Made to Order
 Go Request Programming Quote
 Go Contact Form Generator
 

Keywords

script, program, free scripts, programming, code, application, utility, javascript, active server pages, asp, asp.net, sql, flash, xml, vbscript, sql, cgi, perl, php, php3, delphi, dhtml, web development, database, resources, unix, wsh, outlook, office automation, ecommerce, remotely hosted, website design
 

Top | Home | ECommerce | Hosting | Site Map | Search | © 2003-6 | Contact