Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Encrypt Password Visible In Compiled Exe
#12
Sorry I'm sure I overlooked something.
I have a macro that has "ABC123" as a password in the .exe.
And I have a special comment string "QM_ENCRYPT_THIS" which I used in "security" to encrypt.

like this:

Code:
Copy      Help
;; QM_ENCRYPT_THIS
str pw="ABC123"

1) I go to to tools >> options >> security
2) Check checkbox "All with this text in comments", then put the the string comment "QM_ENCRYPT_THIS" in the below inputfield
3) In the inputfield "Set password for the above actions" I set a password, example "123"
4) I press the "Encrypt**" button

All the macro code get's replaced with:

Code:
Copy      Help
<encrypted>

I also get the message in the output pane "Encrypted: ...."

When I try to make exe I get:
Code:
Copy      Help
Cannot make exe: cannot save project settings (read-only?)

I want the string str pw="ABC123" to be masked (Encrypted) in the compiled executable.
(As I understand, all the other strings get encrypted, which is ok).

I am using portable version of QM: 2.4.3.1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)