Terminal Lock using VAX/VMS Password. Farm Credit Bank of Wichita 245 No. Waco Wichita, KS 67201-2940 Author: Mr. Lynn Tedder This program will lock up a terminal until the user enters their correct VMS Login password. After they have failed LGI_BRK_LIM times, the process will be deleted from the system. To build the procedure: $ macro ssxtlock $ link ssxtlock This procedure requires no privileges to run since the user is only going after his/her own record in the SYSUAF. I am using $getuai to return: the hashed password the seed the algorithm used to encrypt the password and the longword uic. The procedure then calls sys$hash_password to encrypt the entered password and compared against the hashed password returned from the uaf.