I see LoginHistory.xml data different
because many google result is
Application.ShowLive ();
Application.showsetup ();
Application.showbrowse ();
Application.showplayback ();
I have develop SCWorkSpacePlugin in new tab
parallel with live, playback, developSCWorkSpacePlugin
the key point is in the LoginHistory.xml last line
which is password2
that is base64 encode
I try to base64 decode this password2
but it is not normal english word…
and AutoLogin.scs every time show dialog let user checkbox,
because using this type AutoLogin.scs which no auto create LoginHistory.xml
how can I do, anyone know about that things ?