EvilZone

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

: [VB.NET] Generate random strings
: uNk 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:

:
http://www.mediafire.com/?tqiby1uq51vidbf
: Re: [VB.NET] Generate random strings
: ande 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) :)
: Re: [VB.NET] Generate random strings
: Huntondoom 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
: Re: [VB.NET] Generate random strings
: uNk 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.
: Re: [VB.NET] Generate random strings
: 10n1z3d April 01, 2011, 07:13:50 PM
Pseudorandom, not random.
: Re: [VB.NET] Generate random strings
: Stackprotector 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.
: Re: [VB.NET] Generate random strings
: Huntondoom 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
: Re: [VB.NET] Generate random strings
: uNk April 01, 2011, 11:44:52 PM
Eh come one, don't go off-topic.
: Re: [VB.NET] Generate random strings
: Jaeger^ April 02, 2011, 01:26:29 AM
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..