pwdin
Function to prompt users for a password or other secrets.
Build
To build the library one needs to simply use premake5 to generate the Makefile:
premake5 gmake
And then needs to build the library in release mode:
make config=release
The StaticLib is then available under bin/Release/libpwdin.a
.
Description
Function to prompt users for a password of other secret. Mirror is available on GitHub.
https://github.com/THoehne/pwdin
Languages
C
92.3%
Lua
7.7%