Package: otp Title: One Time Password Generation and Verification Version: 0.1.1 Date: 2024-01-22 Authors@R: person(given = "Randy", family = "Lai", role = c("aut", "cre", "cph"), email = "randy.cs.lai@gmail.com") Description: Generating and validating One-time Password based on Hash-based Message Authentication Code (HOTP) and Time Based One-time Password (TOTP) according to RFC 4226 and RFC 6238 . License: MIT + file LICENSE Encoding: UTF-8 URL: https://github.com/randy3k/otp BugReports: https://github.com/randy3k/otp/issues Imports: R6, base64url, openssl Roxygen: list(r6 = FALSE, markdown = TRUE) RoxygenNote: 7.3.0 Suggests: testthat (>= 2.1.0), covr Config/pak/sysreqs: libssl-dev Repository: https://randy3k.r-universe.dev Date/Publication: 2024-01-22 23:56:46 UTC RemoteUrl: https://github.com/randy3k/otp RemoteRef: HEAD RemoteSha: 2fb79e1bef84d4aa4aab5fcdfedfd12116b9a4f2 NeedsCompilation: no Packaged: 2026-06-16 11:59:54 UTC; root Author: Randy Lai [aut, cre, cph] Maintainer: Randy Lai