how-does-Xmanager-encrypt-password icon indicating copy to clipboard operation
how-does-Xmanager-encrypt-password copied to clipboard

Purpose of win32api and possibility of running in Linux

Open QiangWei-Wade opened this issue 3 years ago • 1 comments

Could you kindly elaborate the purpose of importing win32api? I'm trying to run it on CentOS 7 and it appears that win32api refuse to coexist with it. Any workaround?

Thank you!

QiangWei-Wade avatar Dec 15 '21 09:12 QiangWei-Wade

xshell does not run on linux. xshell uses the windows SID and username as a key to encrypt/decrypt passwords, that is why win32api is imported: to get SID and username (windows)

geertn444 avatar Dec 21 '22 21:12 geertn444