Random Password Generators
Random Password Generators
Hi,
I am looking for a trustworthy random password generator (RPG) with a high level of paranoia. I know there are tons of them, however, firstly, I don´t want ot pick some program that I don´t know anything about, secondly I don´t want to use any "online" rpg for understandable reasons, and thirdly I am hearing that many of these so called rpg´s are actually only pseudo-random. It would be nice to have some options for password lenght and range of used symbols too. Could anyone share some experience with such tools?
Thanks in advance,
Marin
I am looking for a trustworthy random password generator (RPG) with a high level of paranoia. I know there are tons of them, however, firstly, I don´t want ot pick some program that I don´t know anything about, secondly I don´t want to use any "online" rpg for understandable reasons, and thirdly I am hearing that many of these so called rpg´s are actually only pseudo-random. It would be nice to have some options for password lenght and range of used symbols too. Could anyone share some experience with such tools?
Thanks in advance,
Marin
IBM Lenovo Z61p | 15.4'' WUXGA | Intel Core 2 Duo T7400 2x 2.16GHz | 4 GB Kingston HyperX | Hitachi 7K500 500 GB + WD 1TB (USB) | ATI Mobility FireGL V5200 | ThinkPad Atheros a/b/g | Analog Devices AD1981HD | Win 7 x86 + ArchLinux 2009.08 x64 (number crunching)
-
hunterman223
- Senior Member

- Posts: 749
- Joined: Thu May 13, 2010 4:27 pm
Re: Random Password Generators
What I would recommend doing is to download a random password generator, rig up a virtual machine, transfer the RPG to it, and disconnect it from the internet and your physical computer. When you are done, trash the Virtual OS.
Hunter Thompson
ThinkPad T400: T9400, 8GB, LG WXGA+, Samsung 830 128GB + WD Scorpio Black 500GB, Intel 5300agn, Win7 Pro x64
Others: IBM ThinkPad R40, Sony VAIO NR Series, HP TouchPad running CM9, Jailbroken iPod Touch 4G
ThinkPad T400: T9400, 8GB, LG WXGA+, Samsung 830 128GB + WD Scorpio Black 500GB, Intel 5300agn, Win7 Pro x64
Others: IBM ThinkPad R40, Sony VAIO NR Series, HP TouchPad running CM9, Jailbroken iPod Touch 4G
Re: Random Password Generators
You are reading my thoughts!hunterman223 wrote:What I would recommend doing is to download a random password generator, rig up a virtual machine, transfer the RPG to it, and disconnect it from the internet and your physical computer. When you are done, trash the Virtual OS.
IBM Lenovo Z61p | 15.4'' WUXGA | Intel Core 2 Duo T7400 2x 2.16GHz | 4 GB Kingston HyperX | Hitachi 7K500 500 GB + WD 1TB (USB) | ATI Mobility FireGL V5200 | ThinkPad Atheros a/b/g | Analog Devices AD1981HD | Win 7 x86 + ArchLinux 2009.08 x64 (number crunching)
-
hunterman223
- Senior Member

- Posts: 749
- Joined: Thu May 13, 2010 4:27 pm
Re: Random Password Generators
Hah, good to know.
I recommend VirtualBox as the VM client, it's free, so that's a plus. I imagine you could use just about any installation of Windows 2000 or up, you wouldn't even need to activate it if you only need to use it for a second. Just found this now, it looks okay.
Hunter Thompson
ThinkPad T400: T9400, 8GB, LG WXGA+, Samsung 830 128GB + WD Scorpio Black 500GB, Intel 5300agn, Win7 Pro x64
Others: IBM ThinkPad R40, Sony VAIO NR Series, HP TouchPad running CM9, Jailbroken iPod Touch 4G
ThinkPad T400: T9400, 8GB, LG WXGA+, Samsung 830 128GB + WD Scorpio Black 500GB, Intel 5300agn, Win7 Pro x64
Others: IBM ThinkPad R40, Sony VAIO NR Series, HP TouchPad running CM9, Jailbroken iPod Touch 4G
Re: Random Password Generators
I like this one, which ships with Debian Linux:
http://packages.debian.org/stable/admin/makepasswd
Granted, it uses /dev/urandom, which is a pseudo-random Linux device, but the program is just a Perl script, so, I guess, you could modify it to use /dev/random instead, just to be extra paranoid
. If you know Perl, you can review the code yourself, for the extra peace of mind.
http://packages.debian.org/stable/admin/makepasswd
Granted, it uses /dev/urandom, which is a pseudo-random Linux device, but the program is just a Perl script, so, I guess, you could modify it to use /dev/random instead, just to be extra paranoid
X41t 1866-CTU (1GiB RAM, 32GB SSD)
T60p 2007-A16 (C2D T7200, 2.5GiB RAM, 80GB SSD)
X31 2672-N7U (1.25GiB RAM, 100GB HDD, Atheros 802.11abg)
2x SL510 (2847-9UU & 2847-CZU) in the family
~~~ Debian GNU/Linux to rule them all
T60p 2007-A16 (C2D T7200, 2.5GiB RAM, 80GB SSD)
X31 2672-N7U (1.25GiB RAM, 100GB HDD, Atheros 802.11abg)
2x SL510 (2847-9UU & 2847-CZU) in the family
~~~ Debian GNU/Linux to rule them all
Re: Random Password Generators
pwgen.
It works. It's configurable. It's open source. It runs on *nix.
It works. It's configurable. It's open source. It runs on *nix.
Need help with Linux or FreeBSD? Catch me on IRC: I'm ThinkRob on FreeNode and EFnet.
Code: Select all
Current laptop: X1 Carbon 3
Current workstation: noneRe: Random Password Generators
Thanks guys for the good ideas! I was hoping for something that would run on Windows, but I guess, since I am going to use VM anyways, I´ll just create a 'nix VM. I am still open for suggestions for windows-based RPGs though 
IBM Lenovo Z61p | 15.4'' WUXGA | Intel Core 2 Duo T7400 2x 2.16GHz | 4 GB Kingston HyperX | Hitachi 7K500 500 GB + WD 1TB (USB) | ATI Mobility FireGL V5200 | ThinkPad Atheros a/b/g | Analog Devices AD1981HD | Win 7 x86 + ArchLinux 2009.08 x64 (number crunching)
Re: Random Password Generators
pwgen-winMarin85 wrote:I am still open for suggestions for windows-based RPGs though
Need help with Linux or FreeBSD? Catch me on IRC: I'm ThinkRob on FreeNode and EFnet.
Code: Select all
Current laptop: X1 Carbon 3
Current workstation: noneRe: Random Password Generators
Ah, ok, then I already have the right oneThinkRob wrote:pwgen-win
IBM Lenovo Z61p | 15.4'' WUXGA | Intel Core 2 Duo T7400 2x 2.16GHz | 4 GB Kingston HyperX | Hitachi 7K500 500 GB + WD 1TB (USB) | ATI Mobility FireGL V5200 | ThinkPad Atheros a/b/g | Analog Devices AD1981HD | Win 7 x86 + ArchLinux 2009.08 x64 (number crunching)
-
jhonnydeep
- Posts: 3
- Joined: Mon Oct 18, 2010 10:31 am
- Location: Maidenhead, Berkshire, UK
Re: Random Password Generators
Yes its good one marin. i too got this...
-
- Similar Topics
- Replies
- Views
- Last post
-
-
FS: Random Thinkpad parts
by Whitieiii » Wed Mar 01, 2017 2:06 am » in Marketplace - Forum Members only - 1 Replies
- 359 Views
-
Last post by RealBlackStuff
Wed Mar 01, 2017 7:43 am
-
-
- 0 Replies
- 2410 Views
-
Last post by caven.ohm
Tue Mar 14, 2017 6:55 am
-
-
X60S password locked?
by Dos3.1 » Mon Mar 13, 2017 5:39 pm » in Thinkpad X6x Series incl. X6x Tablet - 2 Replies
- 1735 Views
-
Last post by Dos3.1
Mon Mar 13, 2017 10:30 pm
-
-
-
Removing password from a 360C?
by jeffbaichina » Mon Apr 10, 2017 10:15 pm » in ThinkPad Legacy Hardware - 12 Replies
- 1061 Views
-
Last post by Thinkpad4by3
Sun Apr 16, 2017 6:00 pm
-
Who is online
Users browsing this forum: No registered users and 1 guest




