Innovative Posted February 1, 2008 Author Share Posted February 1, 2008 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 More sharing options...
BrettF Posted February 1, 2008 Share Posted February 1, 2008 OMG ! I found something -.- I cant encrypt but weirdly, i can encrypt with the au3 posted in example script called "BetaPad" or something like thatIt 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! Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
Innovative Posted February 1, 2008 Author Share Posted February 1, 2008 Sadly, i cant copy the $buffer = StringToBinary("รค") when i paste into SciTE , it became $buffer = StringToBinary("?") Even before i run it -.- Link to comment Share on other sites More sharing options...
BrettF Posted February 1, 2008 Share Posted February 1, 2008 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. Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
Innovative Posted February 1, 2008 Author Share Posted February 1, 2008 zzz, i tried changed encoding to all but it all returned StringToBinary Returned: 0x3F BinaryToString Returned:? Link to comment Share on other sites More sharing options...
BrettF Posted February 1, 2008 Share Posted February 1, 2008 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? Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
Innovative Posted February 1, 2008 Author Share Posted February 1, 2008 Means , im pissed of by that.. Link to comment Share on other sites More sharing options...
BrettF Posted February 1, 2008 Share Posted February 1, 2008 Means , im pissed of by that..Ok. After that i'll have another test for you. Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
Innovative Posted February 1, 2008 Author Share Posted February 1, 2008 It returned StringToBinary Returned: BinaryToString Returned: Link to comment Share on other sites More sharing options...
BrettF Posted February 1, 2008 Share Posted February 1, 2008 (edited) It returned StringToBinary Returned: BinaryToString Returned:What is the script encoded as? And what about if you use ChrW Edited February 1, 2008 by Bert Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
Innovative Posted February 1, 2008 Author Share Posted February 1, 2008 But tried all .. But its all the same. Link to comment Share on other sites More sharing options...
BrettF Posted February 1, 2008 Share Posted February 1, 2008 But tried all .. But its all the same.Ok. So your script encoding? Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
Innovative Posted February 1, 2008 Author Share Posted February 1, 2008 I mean "i tried all" Link to comment Share on other sites More sharing options...
Innovative Posted February 1, 2008 Author Share Posted February 1, 2008 It returned StringToBinary Returned: 0x3F BinaryToString Returned:? if i use ChrW Link to comment Share on other sites More sharing options...
BrettF Posted February 1, 2008 Share Posted February 1, 2008 It returned StringToBinary Returned: 0x3F BinaryToString Returned:? if i use ChrWDon't see how. Thats a ?. Mmmmmm? Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
Innovative Posted February 1, 2008 Author Share Posted February 1, 2008 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. Link to comment Share on other sites More sharing options...
BrettF Posted February 1, 2008 Share Posted February 1, 2008 Don't see how. Thats a ?. Mmmmmm?MsgBox (0, "", Chr (228))MsgBox (0, "", ChrW (228)) Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
Innovative Posted February 1, 2008 Author Share Posted February 1, 2008 Chr(228) returned "" ChrW(228) returned "รค" Link to comment Share on other sites More sharing options...
BrettF Posted February 1, 2008 Share Posted February 1, 2008 Chr(228) returned ""ChrW(228) returned "รค"ok. What does BinaryToString (0xE4) Return? Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
Innovative Posted February 1, 2008 Author Share Posted February 1, 2008 Returned "" Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now