What's new

.NET How to Create a SimpleLoginForm

Envd

Envd

Newbie
Messages
1
Reaction score
0
Points
10
Sin$
0
jg6oi2
This is Really easy to do if you need extra help i will link a Video to my youtube channel (SORRY THIS IS MY FIRST TIME MAKING A THREAD OR TUT!!)
 
snafu

snafu

Retired
Retired
Hidden Devils
A Milli Programmer Hardened Veteran
Messages
2,334
Reaction score
1,399
Points
1,182
Sin$
7
Storing your string in plaintext is the worst thing you could do when creating an auth, you should have included some sort of hashing algorithm as well.

also i thought these notepad videos died off like 10 years ago...
 
P

pwfdc

Member
Bright Idea Programmer Experienced Veteran
Messages
1,540
Reaction score
677
Points
465
Sin$
0
also i thought these notepad videos died off like 10 years ago...
Yes. Yes they did.

Hey Envd Envd . Welcome to 7S. Glad to have you man. It seems as though you're misnaming everything. I would not consider this a "simple login" but a key validation. As I assume you're learning as you go...here's a few tips.

  1. Do not store any license keys client side. I can not stress this enough. If you're going to have an actual product you need to validate it via web or some other form.
  2. If you're going to do it client side...at least encrypt it in some way. I mean...sure it's still susceptible to brute force or being reversed (depending on how you do it) but at least it's better than plain text
  3. Get a mic, even a crappy $20 mic will do. You don't have to have some fancy $200 mic.
 
Top Bottom
Login
Register