18 October, 2021

[VB] Encode & Decode String VB.NET

Hi everyone, currently hungvb is developing a fairly simple application but it helps to secure everyone's link or text quite well.

With this trick, you can customize it according to your ability. It is not required to depend on the following code to Encode or Decode as usual methods, to create a proprietary application of your own coder :D

Full Code Module : https://pastebin.com/WKWAv1qa

When you add a module to the program and add the above code, displaying your encode or decode is quite simple.

You add 2 buttons (button encode and button decode).

In Button encode you add a code like this:

TextBox2.Text = Encode(TextBox1.Text)

In Button Decode you also add a code similar to Encode, but only change the display position.

TextBox3.Text = Decode(TextBox2.Text)

Video Demo : https://youtu.be/_4gBsAHyi8c

Wished everyone success.

Thank you everyone for your attention.
If people do not understand, you can comment or inbox HungZ.Me directly for support.
All Right Reserved © 2015 By Hung Pro VN
Hung.Pro.VN Sharing Your Own Knowledge and Creative Thinking Every Day and Many Other Things.