Author Topic: [VB.NET] Generate random strings  (Read 3573 times)

0 Members and 1 Guest are viewing this topic.

Offline uNk

  • Knight
  • **
  • Posts: 197
  • Cookies: 9
    • View Profile
[VB.NET] Generate random strings
« 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:



Download:

Code: [Select]
http://www.mediafire.com/?tqiby1uq51vidbf
« Last Edit: April 01, 2011, 02:36:36 pm by uNk »

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: [VB.NET] Generate random strings
« Reply #1 on: April 01, 2011, 02:38:03 pm »
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: [VB.NET] Generate random strings
« Reply #2 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
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline uNk

  • Knight
  • **
  • Posts: 197
  • Cookies: 9
    • View Profile
Re: [VB.NET] Generate random strings
« Reply #3 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.

Offline 10n1z3d

  • Serf
  • *
  • Posts: 42
  • Cookies: 8
    • View Profile
Re: [VB.NET] Generate random strings
« Reply #4 on: April 01, 2011, 07:13:50 pm »
Pseudorandom, not random.
Code: [Select]
python -c "print ''.join(chr(x) for x in [int(oct(39)) + 2, 24 * 2, 313 % 203, 0x31, (2 ** 7) - 6, int('051'), (3 << 6) - 92])"

Offline Stackprotector

  • Administrator
  • Titan
  • *
  • Posts: 2515
  • Cookies: 205
    • View Profile
Re: [VB.NET] Generate random strings
« Reply #5 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.
~Factionwars

Offline Huntondoom

  • Baron
  • ****
  • Posts: 856
  • Cookies: 17
  • Visual C# programmer
    • View Profile
Re: [VB.NET] Generate random strings
« Reply #6 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
Aslong as you are connected to the internet, you'll have no privacy

Advanced Internet Search
Clean Up!

Offline uNk

  • Knight
  • **
  • Posts: 197
  • Cookies: 9
    • View Profile
Re: [VB.NET] Generate random strings
« Reply #7 on: April 01, 2011, 11:44:52 pm »
Eh come one, don't go off-topic.

Offline Jaeger^

  • <3<3<3
  • Peasant
  • *
  • Posts: 72
  • Cookies: 0
    • View Profile
Re: [VB.NET] Generate random strings
« Reply #8 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..
« Last Edit: April 02, 2011, 01:27:14 am by Jaeger^ »
There are no stupid questions, just stupid people.