R/rotp-package.R

#' rotp
#' 
#' Time-based One-Time Password (TOTP) is a relatively common 2-factor
#' scheme, with Google 'Authenticator' being a well-known implementation. This
#' provides the same technique for R together with an encrypted database
#' schema.
#' 
#' @name rotp-package
#' @docType package
#' @author Drew Schmidt \email{wrathematics AT gmail.com}
#' @keywords Package
NULL
wrathematics/rotp documentation built on June 29, 2020, 12:56 a.m.