en-US/about_TotalCommanderFtpPasswordRecovery.help.txt
|
TOPIC about_TotalCommanderFtpPasswordRecovery SHORT DESCRIPTION Offline Total Commander FTP password decoder. LONG DESCRIPTION TotalCommanderPasswordDecoder decrypts hex passwords stored in wcx_ftp.ini. It is fully offline and does not call any HTTP API. using module TotalCommanderFtpPasswordRecovery $decoder = [TotalCommanderPasswordDecoder]::new() or: Import-Module TotalCommanderFtpPasswordRecovery $decoder = New-TotalCommanderPasswordDecoder LCG: seed = seed * 0x8088405 + 1 (uint32), next = (seed * nMax) >> 32. SEE ALSO New-TotalCommanderPasswordDecoder |