Decrypt an encrypted text in sikuli

Asked by suvin v

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

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

google with "Python blowfish"

and look for a suitable "Python-only" solution (that runs with Jython or a suitable java package (can be used directly in Sikui scripts)

Can you help with this problem?

Provide an answer of your own, or ask suvin v for more information if necessary.

To post a message you must log in.