Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Latest commit

 

History

History

crypto

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Alwatr Crypto - @alwatr/crypto

A robust generator of secure authentication HOTP tokens, employing the HMAC-based One-Time Password algorithm, accompanied by a suite of cryptographic utilities, all encapsulated within a compact TypeScript module.

This package includes:

  1. AlwatrHashGenerator: Secure self-validate hash generator.
  2. AlwatrTokenGenerator: Secure authentication HOTP token generator (HMAC-based One-Time Password algorithm).
  3. AlwatrUserGenerator: User factory for generating self-validate user-id and user-token.
  4. PreConfiguration: Pre-configuration object for the hash/token generators.

References