Skip to content

nulgame/hide-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hide-password

Hide-password hides password during entering characters

This library makes it easier to enter a password into the program by just momentarily visualizing the entered characters (like on a mobile phone). Each character is showed only by 0.1 sec, then covered by asterisk character. Backspace could be used as well.

Building

$ g++ -o pass main.cc getcharacter.cc

Library files

  • getcharacter.h
  • getcharacter.cc

main.cc is test driver - see how to use library.

About

Hide-password hides password during entering characters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors