var fDesc=new Array(); fDesc[0] = "SuperPutty Password Decryptor is the Free desktop tool to instantly recover all the login passswords from SuperPutty session history.


SuperPutty is a Windows GUI Application that allows PuTTY SSH Client to be opened in Tabs. It also stores the session details allowing users to automatically login without entering the password every time.

SuperPutty Password Decryptor helps you to quickly recover all the stored login passwords from this session file.


Here are the features & benefits

* Free, Easy to Use GUI based Tool
* Instantly recover stored passwords from SuperPutty
* Automatically discovers 'SuperPutty Session File' for the current user
* Support for Drag & Drop of Session File
* Provides option to sort the displayed password list
* Backup the Recovered SuperPutty password list to HTML/XML/Text file
* Fully Portable, can be run from anywhere
* Integrated Installer for local Installation & Uninstallation


SuperPutty Password Decryptor works on both 32-bit & 64-bit systems and works on all platforms starting from Windows XP to Windows 8."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }