WS_FTP Password decoder

From ws_ftp.ini file the password is converted (ASCII conforming) to two-digit hexidecimal. If a digit is at position n, then n is added to this digit; easy!

Decoded Password

Back