Skip to content
/ getPass Public

❗ This is a read-only mirror of the CRAN R package repository. getPass — Masked User Input. Homepage: https://github.com/wrathematics/getPass Report bugs for this package: https://github.com/wrathematics/getPass/issues

License

Notifications You must be signed in to change notification settings

cran/getPass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getPass

getPass is an R package for reading user input with masking, i.e., the input is not displayed as it is typed. This is obviously ideal for entering passwords. There is also a secure password hashing function included; see the package vignette for more information.

Currently, RStudio, the command line (any OS), and platforms where the tcltk package is available are supported. We believe this hits just about everything, but for unsupported platforms, non-masked reading (with a warning) is optionally available. See the package vignette for more information. You can view the vignette by entering:

vignette("getPass", package="getPass")

into your R session.

Installation

You can install the stable version from CRAN using the usual install.packages():

install.packages("getPass")

The development version is maintained on GitHub, and can easily be installed by any of the packages that offer installations from GitHub:

### Pick your preference
devtools::install_github("wrathematics/getPass")
ghit::install_github("wrathematics/getPass")
remotes::install_github("wrathematics/getPass")

Usage

getPass::getPass()

or

library(getPass)
getPass()

The function has several options available. See ?getPass for more information.

About

❗ This is a read-only mirror of the CRAN R package repository. getPass — Masked User Input. Homepage: https://github.com/wrathematics/getPass Report bugs for this package: https://github.com/wrathematics/getPass/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published