Skip to main content
Deno 2 is finally here 🎉️
Learn more

deno_getpass

tag Build Status license

Safely read passwords in a console application on Linux, OSX and Windows.

Permissions

  • --unstable

Usage

import getpass from "https://deno.land/x/getpass/mod.ts";

const pw: string = getpass();

License

deno_getpass is released under the MIT License. See the bundled LICENSE file for details.