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 *** .
- Host: GitHub
- URL: https://github.com/asutoshpati/password-format-in-c
- Owner: AsutoshPati
- Created: 2020-03-28T08:07:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-28T08:23:05.000Z (over 5 years ago)
- Last Synced: 2025-01-11T16:49:54.917Z (6 months ago)
- Language: C
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.