Get_password

Website:

https://gitlab.com/my-ada-library/get_password

Author:
  • Riccardo Bernardini
Maintainer:
  • Riccardo Bernardini <riccardo.bernardini@uniud.it>
License:

MIT

Version:

1.0.0-rc

Alire CI:

Dependencies:

No dependency.

Dependents:

No dependents.

Badge:

Read a string without echo, in password-like style

#password #echo #textio

This is a small Ada library that provides a procedure Get_Password that reads a string from the terminal replacing each character with a *. The input can be terminated both by the user pressing end-of-line or when the buffer is filled. Currently it works only on POSIX-based system. This version was checked with Spark