Dec 202017
FoxPro 2.0 routine to encrypt/decrypt passwords for inclusion in your apps. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
PASSDEMO.PRG | 1825 | 667 | deflated |
PASSGET.PRG | 4225 | 1667 | deflated |
PASSTRAN.PRG | 5156 | 1800 | deflated |
READ.ME | 955 | 475 | deflated |
Download File PWORD.ZIP Here
Contents of the READ.ME file
Included in this zip file are 3 programs:
PASSTRAN.PRG : A routine to encrypt & decrypt fixed-length strings (used
for passwords usually).
PASSGET.PRG : A routine to get user input of a password on screen without
actually showing the cursor. Displays a simulated cursor
so that user can see where he/she is.
PASSDEMO.PRG : A simple demo program to show how to use the two routines
above. Just "DO passdemo" to run it.
Enjoy, and, *PLEASE* let me know if you have any comments, questions, or
suggestions for improvement on this stuff. If you do improve them, please
send me the "new and improved" source code, ok?
Brian Gardner
Automated Logic Systems
CIS # 73750,2437
PASSTRAN.PRG : A routine to encrypt & decrypt fixed-length strings (used
for passwords usually).
PASSGET.PRG : A routine to get user input of a password on screen without
actually showing the cursor. Displays a simulated cursor
so that user can see where he/she is.
PASSDEMO.PRG : A simple demo program to show how to use the two routines
above. Just "DO passdemo" to run it.
Enjoy, and, *PLEASE* let me know if you have any comments, questions, or
suggestions for improvement on this stuff. If you do improve them, please
send me the "new and improved" source code, ok?
Brian Gardner
Automated Logic Systems
CIS # 73750,2437
December 20, 2017
Add comments