----- Original Message ----- > gus chokes and strongly
recommends the following patch:
> (especially for passwords of 2 characters or less..)
>
> - my $outp = crypt($opt_p,substr($opt_p,0,2));
> + my $salt = join '', ('.','/',0..9,'A'..'Z','a'..'z')[rand
64, rand 64];
> + my $outp = crypt($opt_p, $salt);
What a good good idea :)
---Gareth Walters
--
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug
- [SLUG] Looking for c source code which can generate passwor... Antony Stace
- Re: [SLUG] Looking for c source code which can generat... Crossfire
- Re: [SLUG] Looking for c source code which can generat... John Clarke
- Re: [SLUG] Looking for c source code which can gen... Gareth Walters
- [SLUG] Re: Looking for c source code which can... Angus Lees
- Gareth Walters
