Results 1 to 2 of 2
Hi Everyone!
I want to write a script that can be used to test the suitability of user passwords. The script should suggest (based on the initial user password suggestion ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-11-2004 #1Just Joined!
- Join Date
- May 2004
- Posts
- 1
password script puzzle!!
Hi Everyone!
I want to write a script that can be used to test the suitability of user passwords. The script should suggest (based on the initial user password suggestion given by the user) a suitable alternative required.
I just dont know how to tackle it. I dont want it to be huge, just enough to do the job.
Any suggestion?
Thanks in advance for any help!
- 05-11-2004 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
There is a C programming libary called "cracklib" which is able to do exactly that, but you would need to know a little C to write a stub program to read a password and pass it to the libary.
Is that a feasable option?


Reply With Quote
