Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/15/04 19:54
Read: times


 
#66773 - RE: How to check the password value
Responding to: ???'s previous message
hi,
I mean not securuty but just an idea. Original poster has neither indicated chip he used, nor conditions of security.
So I suggested something like:
L_PERMISSION:
	CALL	SUB_GET_DIGIT
L_PERMISSION_0:
	CJNE	A,#PASS_1,L_PERMISSION
	CALL	SUB_GET_DIGIT
	CJNE	A,#PASS_2,L_PERMISSION_0
	CALL	SUB_GET_DIGIT
	CJNE	A,#PASS_3,L_PERMISSION_0
	CALL	SUB_GET_DIGIT
	CJNE	A,#PASS_4,L_PERMISSION_0
; autorization passed

Regards,
Oleg

List of 36 messages in thread
TopicAuthorDate
How to check the password value            01/01/70 00:00      
   RE: How to check the password value            01/01/70 00:00      
   RE: How to check the password value            01/01/70 00:00      
      RE: How to check the password value            01/01/70 00:00      
      RE: How to check the password value            01/01/70 00:00      
      RE: How to check the password value            01/01/70 00:00      
         RE: How to check the password value            01/01/70 00:00      
            RE: How to check the password value            01/01/70 00:00      
               RE: How to check the password value            01/01/70 00:00      
                  RE: How to check the password value            01/01/70 00:00      
                     RE: How to check the password value            01/01/70 00:00      
   RE: How to check the password value            01/01/70 00:00      
      RE: How to check the password value            01/01/70 00:00      
         RE: How to check the password value            01/01/70 00:00      
            RE: How to check the password value            01/01/70 00:00      
               RE: How to check the password value            01/01/70 00:00      
                  RE: How to check the password value            01/01/70 00:00      
                     RE: How to check the password value            01/01/70 00:00      
                        RE: How to check the password value            01/01/70 00:00      
                           RE: How to check the password value            01/01/70 00:00      
                              RE: How to check the password value            01/01/70 00:00      
                                 RE: How to check the password value            01/01/70 00:00      
                                    RE: How to check the password value            01/01/70 00:00      
                                    RE: How to check the password value            01/01/70 00:00      
                              RE: How to check the password value            01/01/70 00:00      
                                 RE: How to check the password value            01/01/70 00:00      
                                    RE: How to check the password value            01/01/70 00:00      
                           RE: How to check the password value            01/01/70 00:00      
                              RE: How to check the password value            01/01/70 00:00      
   RE: password experience            01/01/70 00:00      
      RE: password experience            01/01/70 00:00      
   RE: How to check the password value            01/01/70 00:00      
      RE: How to check the password value            01/01/70 00:00      
      RE: How to check the password value            01/01/70 00:00      
   RE: How to check the password value            01/01/70 00:00      
   RE: How to check the password value            01/01/70 00:00      

Back to Subject List