DESCR-main 666 B

1234567891011121314
  1. The OATH Toolkit makes it easy to build one-time password authentication
  2. systems. This package contains a shared library and a command line tool
  3. for generating and validating OTPs.
  4. Supported technologies include the event-based HOTP algorithm (RFC 4226)
  5. and the time-based TOTP algorithm (draft-mraihi-totp-timebased-07).
  6. OATH stands for Open AuTHentication, which is the organization that
  7. specify the algorithms.
  8. The OATH Toolkit also includes a library and tool for the Portable Symmetric
  9. Key Container (PSKC) data format specified in RFC 6030 for dealing with
  10. key provisioning; these are packaged separately to reduce dependencies
  11. for users only requiring OTP.