sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #13740
Re: [Question #211460]: Decrypt an encrypted text in sikuli
Question #211460 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/211460
Description changed to:
Hi,
I am trying to call data from a notepad. The data in notepad is
encrypted using notepad++ plugin NppCrypt to hexadecimal format using
blowfish cipher(non salted)
i have to access this in a sikuli script to be assigned to a value
all_lines=[]
file1=open("PATH to file","r")
for line in file1.readlines():
all_lines.append(line.strip())
file1.close()
i have to decrypt the value in "all_lines"
can someone please help me on this
Thanks in advance
suvi
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.