Jump to content

how to "see" the string after _StringEncrypt


abiteric
 Share

Recommended Posts

#include <string.au3>
$Default=_StringEncrypt(1,"132","132")
;~ msgbox (0,$Default,BinaryToString($Default))
IniWrite ("123.ini","aa","E",$Default)

$OK = _StringEncrypt(0,$Default,"132")
;~ msgbox (0,$OK,BinaryToString($OK))
IniWrite ("123.ini","aa","D",$OK)

MsgBox(0,"","finish")

why i can`t see anything ?

i use v3.2.8.1 ... OS = XP sp 2

My website about Y-mate 網拍輔助程式 : http://www.L2play.comMy Blog ( Tranditional Chinese ) 開發小組的部落格 : http://tw.myblog.yahoo.com/play19990909

Link to comment
Share on other sites

#include <string.au3>
$Default = _StringEncrypt(1, "132", "132")
;~ msgbox (0,$Default,BinaryToString($Default))
IniWrite("123.ini", "aa", "E", $Default)

$OK = _StringEncrypt(0, $Default, "132")
;~ msgbox (0,$OK,BinaryToString($OK))
IniWrite("123.ini", "aa", "D", $OK)

MsgBox(0, "", $OK)oÝ÷ Ú«¨µéÚ

why i can`t see anything ?

i use v3.2.8.1 ... OS = XP sp 2

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...