Giter VIP home page Giter VIP logo

stm32radio's People

Contributors

bernardxiong avatar prife avatar tuy0326 avatar

Watchers

 avatar

stm32radio's Issues

password issue in telnet

hi
 I am implemented telnet server in ide keil. every thing is aproximately working fine but password charter are not hidden or * mask. in this telnet.c file open the socket and recive and send function through socket.
suppose we write password(password) on telnet clent. I am try to solve below 
code:

c = recv(connect,recv_data_tnet, 1, 0);
if((*recv_data_tnet == 0x0d )||(*recv_data_tnet == 0x0a )){
      c = recv_data_tnet[0];
      break;
}
else{
    int j = 0; 
    char format_string[20]={0};                 
    for( ; j<=i ; j++){
        format_string[j] = '\b';
    }
    format_string[j] = '*';

    printf("format string %s\n", format_string);
    send(connect,format_string,j,0);
}
    c = recv_data_tnet[0];      
    pbuffer_tnet[i++] = c;


output: p*s***wd or something like that
please give me advice to implement password on telnet server




Original issue reported on code.google.com by [email protected] on 19 Jun 2014 at 12:29

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.