Jump to content

Recommended Posts

Posted

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 ?

  • Replies 208
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Posted

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!
Posted

Sadly, i cant copy the

$buffer = StringToBinary("ä")

when i paste into SciTE , it became

$buffer = StringToBinary("?")

Even before i run it -.-

Posted

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.

Posted

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?

Posted (edited)

It returned

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

And what about if you use ChrW

Edited by Bert
Posted

If i use

$buffer = StringToBinary(ChrW (228))

it returned

StringToBinary Returned: 0x3F
BinaryToString Returned:?

P.S. : Can you tell me which encoding i should use ? Because i dont want to waste so much time try all the encodings.

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
  • Recently Browsing   0 members

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