sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #13739
[Question #211460]: Decrypt an encrypted text in sikuli
New question #211460 on Sikuli:
https://answers.launchpad.net/sikuli/+question/211460
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()
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.