neodammer
Well-known member
I must say im having all kinds of fun working with assembly language. Its super hard but fun because I now have a better understanding of how things are done in the CPU and RAM etc.. I have also noticed that VB.Net programs are very non-secure due to the ASCII code that is plain as the nose on my face
I was wondering if there was a way to hide it from the ASCII code like make a password in a textbox encrypted or binary? Because doing the simple
if password = textbox1.text then
msgbox("yea!")
else
msgbox("try again")
end if
this sort of code is too simple to detect any suggestions on hiding the source from assembly/hex ?
![Stick out tongue :p :p](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f61b.png)
if password = textbox1.text then
msgbox("yea!")
else
msgbox("try again")
end if
this sort of code is too simple to detect any suggestions on hiding the source from assembly/hex ?