I
I. Kobrinsky
I'm new here.
I started a personal password-program, a trial that includes
username, logincounter and password. So my intention is to
hide pwd while tipping. So I'm thinking about two popular ways
to realize, like using cursor manipulation to backup & delete
letters[***] or otherwise to use getch to read them quetly[ ].
Maybe somebody here knows and will tell me about potentially
dis-/advantages of each method. Meaning especially *intern*
events of program/security aspects. Doesn't mean aspects of its
look. AFAIK getch is almost standard, because a lot of compilers
have it, but generally both methods are non standard. So we get
my first note now:
The compiler I use may vary, flexibility is not the point,
right now I'm testing some different compilers on different
platforms.
My actual question especially belongs to intern events of my
program. Fine. Is there anything that should be considerated
before final decision? Thanks for each useful information to
think about.
I started a personal password-program, a trial that includes
username, logincounter and password. So my intention is to
hide pwd while tipping. So I'm thinking about two popular ways
to realize, like using cursor manipulation to backup & delete
letters[***] or otherwise to use getch to read them quetly[ ].
Maybe somebody here knows and will tell me about potentially
dis-/advantages of each method. Meaning especially *intern*
events of program/security aspects. Doesn't mean aspects of its
look. AFAIK getch is almost standard, because a lot of compilers
have it, but generally both methods are non standard. So we get
my first note now:
The compiler I use may vary, flexibility is not the point,
right now I'm testing some different compilers on different
platforms.
My actual question especially belongs to intern events of my
program. Fine. Is there anything that should be considerated
before final decision? Thanks for each useful information to
think about.