An open API service indexing awesome lists of open source software.

https://github.com/asutoshpati/password-format-in-c

In some projects (written in C language) while asking for the password it remains visible in the console. So this code will help to convert the text into password format like *** .
https://github.com/asutoshpati/password-format-in-c

Last synced: 5 months ago
JSON representation

In some projects (written in C language) while asking for the password it remains visible in the console. So this code will help to convert the text into password format like *** .

Awesome Lists containing this project

README

        

# text2password
----------------------------

This project is written in C. Use the function passc in your code to avail the password
format. This will work only in windows console.

In text2password.exe
--------------------
All the characters typed in password will be directly converted to *.

After hitting enter the program will display you the entered password.

In text2password_delay.exe
--------------------------
All the characters typed in password will be converted to * but before converting to *
the charecters will be displayed for some fraction of seconds.

After hitting enter the program will display you the entered password.