Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27196

String Encryption?

$
0
0
Hello VBForums.

I'm currently making a screenshot tool that uploads the image to my server, and I'm going to be releasing it to the public. I uploaded a pre-alpha build to one of my friends cracked it and got my FTP Information (not the best of things to be honest.)

Basically this is how that section is laid out
Code:

ftpUsername = "username"
ftpPassword = "password"

Is there anyway of encrypting it so ONLY the program can read it?

Viewing all articles
Browse latest Browse all 27196

Trending Articles