Click here to Skip to main content
16,005,236 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to use Timer control Pin
Rupesh Kumar Swami7-Oct-08 20:05
Rupesh Kumar Swami7-Oct-08 20:05 
GeneralRe: How to use Timer control Pin
Johndas7-Oct-08 20:31
Johndas7-Oct-08 20:31 
Questioni need to make a sha512 Pin
moonshaddow7-Oct-08 18:26
moonshaddow7-Oct-08 18:26 
AnswerRe: i need to make a sha512 Pin
Dave Kreskowiak7-Oct-08 18:44
mveDave Kreskowiak7-Oct-08 18:44 
QuestionRe: i need to make a sha512 Pin
moonshaddow7-Oct-08 19:27
moonshaddow7-Oct-08 19:27 
AnswerRe: i need to make a sha512 Pin
Ashfield7-Oct-08 21:51
Ashfield7-Oct-08 21:51 
AnswerRe: i need to make a sha512 Pin
Dave Kreskowiak8-Oct-08 2:06
mveDave Kreskowiak8-Oct-08 2:06 
AnswerRe: i need to make a sha512 Pin
Mark Churchill8-Oct-08 17:04
Mark Churchill8-Oct-08 17:04 
That isn't SHA512. Its not even SHA. Its not even a hash. It barely even counts as encryption.

Its an extremely weak obfuscation using a key of "3". Its about as secure as ROT13.

This is why you ALWAYS use the built in functions. You SHOULD NOT try to make your own implementation, because at best you are wasting your time, and more likely you will screw something up. You should NEVER, EVER, EVER try to design your own encryption algorithm, because when people try to do this they end up with something which is trivially vulnerable because they don't understand the maths behind it.

Use the built in API.


AnswerRe: i need to make a sha512 Pin
Colin Angus Mackay8-Oct-08 2:12
Colin Angus Mackay8-Oct-08 2:12 
AnswerRe: i need to make a sha512 Pin
jzonthemtn8-Oct-08 3:09
jzonthemtn8-Oct-08 3:09 
AnswerRe: i need to make a sha512 Pin
moonshaddow8-Oct-08 12:52
moonshaddow8-Oct-08 12:52 
Question[Message Deleted] Pin
vTeng Lee7-Oct-08 16:56
vTeng Lee7-Oct-08 16:56 
AnswerRe: Where Can I Download A Visual Basic.NET(VB.NET) Multilayer Feedforward Neural Network With Backpropagation Algorithm Pin
Dave Kreskowiak7-Oct-08 18:47
mveDave Kreskowiak7-Oct-08 18:47 
QuestionCreating An IDE... How Difficult Is It? Pin
Saul Johnson7-Oct-08 9:20
Saul Johnson7-Oct-08 9:20 
AnswerRe: Creating An IDE... How Difficult Is It? Pin
Wendelius7-Oct-08 9:51
mentorWendelius7-Oct-08 9:51 
GeneralRe: Creating An IDE... How Difficult Is It? Pin
Saul Johnson8-Oct-08 5:32
Saul Johnson8-Oct-08 5:32 
GeneralRe: Creating An IDE... How Difficult Is It? Pin
Wendelius8-Oct-08 7:00
mentorWendelius8-Oct-08 7:00 
QuestionRe: Creating An IDE... How Difficult Is It? Pin
jzonthemtn8-Oct-08 3:11
jzonthemtn8-Oct-08 3:11 
AnswerRe: Creating An IDE... How Difficult Is It? Pin
Saul Johnson8-Oct-08 5:35
Saul Johnson8-Oct-08 5:35 
GeneralRe: Creating An IDE... How Difficult Is It? Pin
jzonthemtn8-Oct-08 5:47
jzonthemtn8-Oct-08 5:47 
GeneralRe: Creating An IDE... How Difficult Is It? Pin
Thomas Stockwell10-Oct-08 4:33
professionalThomas Stockwell10-Oct-08 4:33 
AnswerRe: Creating An IDE... How Difficult Is It? Pin
Daniel Grunwald8-Oct-08 8:19
Daniel Grunwald8-Oct-08 8:19 
GeneralRe: Creating An IDE... How Difficult Is It? Pin
Saul Johnson12-Oct-08 1:31
Saul Johnson12-Oct-08 1:31 
QuestionDatabase Driven Sitemap Pin
kmathebula7-Oct-08 4:49
kmathebula7-Oct-08 4:49 
AnswerRe: Database Driven Sitemap Pin
Dave Kreskowiak7-Oct-08 5:20
mveDave Kreskowiak7-Oct-08 5:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.