Xdecrypt icon indicating copy to clipboard operation
Xdecrypt copied to clipboard

Xshell Xftp password decrypt

Results 2 Xdecrypt issues
Sort by recently updated
recently updated
newest added

import os import sys import argparse import base64 import configparser from win32api import GetComputerName, GetUserName from win32security import LookupAccountName, ConvertSidToStringSid from Crypto.Hash import SHA256 from Crypto.Cipher import ARC4 def decrypt_string(a1,...