can anyone give me a password program in assembly ^_^

Reply

Join Date: Feb 2008
Posts: 1
Reputation: cyberkenji08 is an unknown quantity at this point 
Solved Threads: 0
cyberkenji08 cyberkenji08 is offline Offline
Newbie Poster

can anyone give me a password program in assembly ^_^

 
0
  #1
Feb 17th, 2008
i need a password program in assembly language that if you put a password it displays an asterisk (*) instead of the input characters... hope you can help me. thanks
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 43
Reputation: sanzilla has a little shameless behaviour in the past 
Solved Threads: 3
sanzilla sanzilla is offline Offline
Unverified User

Re: can anyone give me a password program in assembly ^_^

 
0
  #2
Feb 17th, 2008
cyberkenji08: We really does not know what is the flactform that you are asking about . It can be win32 , DOS , Linux or whatever anything . Beacuse this is a assembly langauge general form please make sure to ask the qustion little bit smater ! . However cyberkenji08, take this easy and most of us are like and interested to help you ! but the problem is this , for a example implementing the program under DOS is shoewhat different than the Win32 , therefore , make sure to ask the question smater and include the details as far as you possible .
example . most of the program is C++ and you're trying to write this part in assembly for a reason that conflicting each other , therefore inorder to help or discuss this problem we needs to know min of the interface specification on the module . Think that this is a module , a assembly language function that calls like

void getUserNamePassword ( char *userName , char *password )

Therfore inorder to implement this we need some more details .
what is the flactform ?
win32 , linux32 , win64 , DOS , other ..
what is the fully interface specification for the sub-componment ? and how it interacts with each other and what are the dependencies with outside world .
if you already write some code , thus append it here .
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 5
Reputation: runtime error is an unknown quantity at this point 
Solved Threads: 0
runtime error's Avatar
runtime error runtime error is offline Offline
Newbie Poster

Re: can anyone give me a password program in assembly ^_^

 
0
  #3
Feb 25th, 2008
hi there.

i got codes for DOS.

try this

password:
mov ah, 07h
int 21h
cmp al,0dh
mov b[si],al
inc si

mov dl, '*'
mov ah,2
int 21h
jmp password

NOTE:
this will show '*' instead of letters.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Assembly Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC