| Author |
free random password generator
|
|
|
|
|
|
| Chris F.A. Johnson 2004-10-18, 5:53 pm |
| On 2004-10-18, FreewareTown.com wrote:
> here is a nice free you can run on line.
> http://www.sharewareisland.com/randompasswords.aspx
> Its cool when there is nothing to download and install
> You can pick all diffrent kinds of opptions for the passwords too
And how would I use it in a script?
My version, with many more options, is at
<http://cfaj.freeshell.org/src/scripts/randomword-sh>
--
Chris F.A. Johnson http://cfaj.freeshell.org/shell
========================================
===========================
My code (if any) in this post is copyright 2004, Chris F.A. Johnson
and may be copied under the terms of the GNU General Public License
| |
|
|
| Chris F.A. Johnson 2004-10-19, 2:48 am |
| On 2004-10-18, FreewareTown.com wrote:
> c0ldbyte <c0ldbyte@comp.unix.admin> wrote in message news:<slrncn7vf3.193d.c0ldbyte@eleanor.spectical.net>...
>
> 777777777777777777 777777777777777777 777777777777777777
> 777777777777777777
>
> Does that work online, i really dont want to download software if I
> dont have to. thats why i like
> http://www.sharewareisland.com/randompasswords.aspx cause there is no
> download
I don't want to have to go to a website which I cannot automate
when I can have a simple program (script or otherwise) that can do
the the same job and more in much less time, and that can be
included in a script (which is where it will most likely be
needed).
--
Chris F.A. Johnson http://cfaj.freeshell.org/shell
========================================
===========================
My code (if any) in this post is copyright 2004, Chris F.A. Johnson
and may be copied under the terms of the GNU General Public License
| |
|
|
| Dave Hinz 2004-10-19, 5:51 pm |
| On 18 Oct 2004 16:24:06 -0700, FreewareTown.com <Spam2@Sharewareisland.com> wrote:
>
> Does that work online, i really dont want to download software if I
> dont have to. thats why i like
> http://www.sharewareisland.com/randompasswords.aspx cause there is no
> download
Yes, we know. We've seen your link several times now. You're going past
"informative" and into "pest". Not a good way to build traffic.
| |
| Jeremiah DeWitt Weiner 2004-10-21, 5:56 pm |
| FreewareTown.com <Spam2@sharewareisland.com> wrote:
> You can script http://www.sharewareisland.com/randompasswords.aspx
> with it with an iternet transfer control of course
Yes, but didn't you say that part of the point was to avoid having
to run anything locally? If I'm going to write something to script
downloading a password from you, I might as well just generate the password
myself. That solution also doesn't work for systems which aren't connected
to the internet. Besides, given that an endless stream of passwords is as
close as 'strings /dev/urandom', I don't see the need for anything much
more involved.
JDW
|
|
|
|