EvilZone

Programming and Scripting => .NET Framework => Topic started by: uNk on April 01, 2011, 02:36:09 PM

Title: [VB.NET] Generate random strings
Post by: uNk on April 01, 2011, 02:36:09 PM
The module is inside the project, you can use it for what ever you want (credits to the one who coded the module).

Here's a picture:

(http://ploader.net/files/742062a055b4936b09376d57719d9d94.png)

Download:

Code: [Select]
http://www.mediafire.com/?tqiby1uq51vidbf
Title: Re: [VB.NET] Generate random strings
Post by: ande on April 01, 2011, 02:38:03 PM
You should use the Evilzone upload. http://upload.evilzone.org/download.php?id=6845409&type=rar (http://upload.evilzone.org/download.php?id=6845409&type=rar) :)
Title: Re: [VB.NET] Generate random strings
Post by: Huntondoom on April 01, 2011, 02:39:30 PM
creating Random string shouldn't be so hard right?
still always handy for creating Long Password your probably never going to remember :P
Title: Re: [VB.NET] Generate random strings
Post by: uNk on April 01, 2011, 02:41:49 PM
creating Random string shouldn't be so hard right?
still always handy for creating Long Password your probably never going to remember :P

well you can use it as encryption key for a builder when you use RC4 module.
Title: Re: [VB.NET] Generate random strings
Post by: 10n1z3d on April 01, 2011, 07:13:50 PM
Pseudorandom, not random.
Title: Re: [VB.NET] Generate random strings
Post by: Stackprotector on April 01, 2011, 10:25:27 PM
Pseudorandom, not random.
Nothing is random, everything is influenced.
Only when we don't know what the influences are we call it random.
Title: Re: [VB.NET] Generate random strings
Post by: Huntondoom on April 01, 2011, 11:39:02 PM
Nothing is random, everything is influenced.
Only when we don't know what the influences are we call it random.

I thought random was something in which you can't see a pattern
Title: Re: [VB.NET] Generate random strings
Post by: uNk on April 01, 2011, 11:44:52 PM
Eh come one, don't go off-topic.
Title: Re: [VB.NET] Generate random strings
Post by: Jaeger^ on April 02, 2011, 01:26:29 AM
Quote
Definition of random;

    lacking any definite plan or order or purpose; governed by or depending on chance; "a random choice"; "bombs fell at random"; "random movements"

Also, as uNk says, try to stay on-topic :)

EDIT: Forgive me if "random" has some other meaning in the coding world..