Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.
/ OTPUtil Public archive

Apex Classes that implement TOTP and HOTP ( Time and HMAC based One-time Passwords per IETF RFC 6238 and 4226 )

License

Notifications You must be signed in to change notification settings

salesforceidentity/OTPUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OTPUtil

March 2023 Update

This project is now obsolete and will be archived as Salesforce now provides these features natively. See Verify Your Identity with a TOTP Authenticator App.

About This Project

Apex Classes that implement:

TOTP: Time-Based One-Time Password Algorithm http://tools.ietf.org/html/rfc6238

HOTP: An HMAC-Based One-Time Password Algorithm http://www.ietf.org/rfc/rfc4226.txt

These are the raw algorithms, and and do not support registration or storage functions for the shared secrets.

About

Apex Classes that implement TOTP and HOTP ( Time and HMAC based One-time Passwords per IETF RFC 6238 and 4226 )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages