fgets나 scanf로 터미널로부터 비밀번호를 입력받으면 입력한 비밀번호가 그대로 터미널에 뜨더군요.
터미널에 입력한 내용이 나오지 않게 하고 싶은데,
따로 비밀번호를 입력받는 함수라도 있는지요?
man termios man tcgetattr
<어떠한 역경에도 굴하지 않는 '하양 지훈'>
#include <com.h> <C2H5OH.h> <woman.h> do { if (com) hacking(); if (money) drinking(); if (women) loving(); } while (1);
man 3 getpass
---- The future is here. It's just not widely distributed yet. - William Gibson
... DESCRIPTION This function is obsolete. Do not use it. ...
...
(쓰지 말라는데요. :roll: )
http://hj-lee.github.io/
ageldama wrote:man 3 getpass Quote: ... DESCRIPTION This function is obsolete. Do not use it. ... (쓰지 말라는데요. :roll: )
ㅋㅋ :D
언제나 시작
#include #include
int main() { |.......char pass[1024]; |.......readpassphrase( "Passwd:",pass,sizeof(pass),RPP_ECHO_OFF); |.......printf("Your password : %s\n",pass); }
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
man termiosman tcgetattr <어떠한
man termios
man tcgetattr
<어떠한 역경에도 굴하지 않는 '하양 지훈'>
#include <com.h> <C2H5OH.h> <woman.h>
do { if (com) hacking(); if (money) drinking(); if (women) loving(); } while (1);
getpass(3)
man 3 getpass
----
The future is here. It's just not widely distributed yet.
- William Gibson
Re: getpass(3)
(쓰지 말라는데요. :roll: )
http://hj-lee.github.io/
Re: getpass(3)
ㅋㅋ :D
언제나 시작
#include #include int
#include
#include
int main() {
|.......char pass[1024];
|.......readpassphrase( "Passwd:",pass,sizeof(pass),RPP_ECHO_OFF);
|.......printf("Your password : %s\n",pass);
}
댓글 달기