/* password.h */ void to64( register char *,register long,register int ); char *password_encode( char * ); int password_okay( char *,char * );