Frequently Asked Questions

  1. Why does PWCHECK require APF Authorization and additional RACF authority as well?
  2. Does it Work in a Top Secret environment?
  3. Does it work in an ACF2 environment?
  4. Why don't you just show us the passwords you find?
  5. Why not give us a RACF Exit that excludes passwords in a dictionary?
  6. Can we run it against our backup RACF database?
  7. Will it have a negative impact on RACF performance?
  8. ?

Why does PWCHECK require APF Authorization?

To make sure only privileged users could install it.  Once installed, it requires either the RACF SPECIAL or AUDITOR attribute to execute, again to help make sure that only appropriate personnel can use it.

Back to Top

Does it work in a Top Secret environment?

No, not as currently coded. Some functions simply wouldn't apply in a TSS shop, such as the "Unmask function".  It could also be argued that an authorized program in the TSS environment doesn't need to use cracking techniques since the PWVIEW function might be manipulated to simply retrieve clear passwords. (Yes, even if PWVIEW(NO) has been specified).

Back to Top

Does it work in an ACF2 environment?

Yes! There is now a commercial version of PWCHECK-PRO available for ACF2.

Back to Top

Why don't you just show us the passwords you find ?

Well, we figured it was enough just to let you know it could be done and one of our "rules" for a well-designed system is that no one should ever need to learn another person's password, even administrators. 

We can understand, though, how some people might find it more convincing to display the passwords, so we do offer PWCHECK-PRO

Back to Top

Why not give us a RACF Exit that prevents users from selecting passwords in an installation-defined list?

Good idea! We now provide a functioning example "New Password" exit (ICHPWX01) that does just that. You can implement it as is or incorporate it with your existing exit. Or modify it as you like. Source code is provided when you purchase PWCHECK or PWCHECK-PRO.

Back to Top

Can we run it against our backup RACF database?

The short answer is "No". PWCHECK queries the active RACF database. If you had a test system where the backup database was active, you could run it there.

Back to Top

Will it have a negative impact on RACF performance?

No. The tool basically just does one READ of the RACF database for each user whose password will be tested. All the encryption of guesses to be checked is done "in-line" in the PWCHECK program so that no further access to the RACF database is needed.

Back to Top


Copyright © Goldis Consulting Services. All rights reserved.