Jump to content

_StringEncrypt is returning ""


Recommended Posts

OMG ! I found something -.-

I cant encrypt but weirdly, i can encrypt with the au3 posted in example script called "BetaPad" or something like that

It returned 10249CAA2F88B4EB with i tried to encrypt in the BetaPad with password "test" ..

WHy is it so ?

Link to comment
Share on other sites

  • Replies 208
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

OMG ! I found something -.-

I cant encrypt but weirdly, i can encrypt with the au3 posted in example script called "BetaPad" or something like that

It returned 10249CAA2F88B4EB with i tried to encrypt in the BetaPad with password "test" ..

WHy is it so ?

I don't know. This is the last time I ask you for those results. Then we can move to diagnosing the problem!
Link to comment
Share on other sites

Sadly, i cant copy the

$buffer = StringToBinary("รค")

when i paste into SciTE , it became

$buffer = StringToBinary("?")

Even before i run it -.-

Now wtf were you on about before? WE CAN ONLY HELP YOU IF YOU HELP US!

Try changing the encoding in SciTe. File -> Encoding.

If not I will give you a fix.

Link to comment
Share on other sites

zzz, i tried changed encoding to all but it all returned

StringToBinary Returned: 0x3F
BinaryToString Returned:?
$buffer = StringToBinary(Chr (228))
$output = "StringToBinary Returned: " & $buffer & @CRLF
MsgBox(4096, "String() representation" , $buffer)
$buffer = BinaryToString($buffer)
$output &= "BinaryToString Returned:" & $buffer & @CRLF
MsgBox(4096, "BinaryToString() ANSI representation" , $buffer)
ClipPut ($output)

And wtf does zzz mean?

Link to comment
Share on other sites

It returned

StringToBinary Returned: 
BinaryToString Returned:
What is the script encoded as?

And what about if you use ChrW

Edited by Bert
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...