Source: classes/MFKDFDerivedKey/auth.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Authentication operations using a multi-factor derived key
Source: classes/MFKDFDerivedKey/crypto.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Cryptographic operations for a multi-factor derived key
Source: classes/MFKDFDerivedKey/envelope.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Enveloped secret operations using a multi-factor derived key
Source: classes/MFKDFDerivedKey/index.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Class representing a multi-factor derived key
Source: classes/MFKDFDerivedKey/persistence.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Operations for persisting factors of a multi-factor derived key
Source: classes/MFKDFDerivedKey/reconstitution.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Operations for reconstituting a multi-factor derived key
Source: defaults.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Secure default configuration for multi-factor key derivation function (MFKDF) and MFKDF factor constructions
Source: derive/factors/hmacsha1.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Derive an HMAC-SHA1 challenge-response factor for multi-factor key derivation
Source: derive/factors/hotp.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Derive HOTP factor for multi-factor key derivation
Source: derive/factors/password.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Derive password factor for multi-factor key derivation
Source: derive/factors/persisted.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Use persisted factor for multi-factor key derivation
Source: derive/factors/stack.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Derive key stacking factor for multi-factor key derivation
Source: derive/factors/totp.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Derive TOTP factor for multi-factor key derivation
Source: derive/factors/uuid.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Derive UUID factor for multi-factor key derivation
Source: derive/key.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Derive a multi-factor derived key
Source: kdf.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2021 All Rights Reserved Implements several key derivation functions (KDFs) that can underly the MFKDF
Source: policy/derive.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Derive key from policy and given factors
Source: policy/evaluate.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Determine whether key can be derived from given factors
Source: policy/logic.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Logical operators for MFKDF policy establishment
Source: policy/setup.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Setup MFKDF key derivation policy
Source: policy/validate.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Determine whether key can be derived from given factors
Source: secrets/combine.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Re-combine a secret from shares using various methods
Source: secrets/recover.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Recover original shares of a secret from shares using various methods
Source: secrets/share.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Divide a secret into shares using various methods
Source: setup/factors/hmacsha1.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Setup an HMAC-SHA1 challenge-response factor for multi-factor key derivation
Source: setup/factors/hotp.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Setup an HOTP factor for multi-factor key derivation
Source: setup/factors/password.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Setup password factor for multi-factor key derivation
Source: setup/factors/stack.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Setup key stacking factor for multi-factor key derivation
Source: setup/factors/totp.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Setup an TOTP factor for multi-factor key derivation
Source: setup/factors/uuid.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Setup UUID factor for multi-factor key derivation
Source: setup/kdf.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Validate and setup a KDF configuration for a multi-factor derived key
Source: setup/key.js, line 1 Author: Vivek Nair (https://nair.me) <[email protected]> Copyright: Multifactor 2022 All Rights Reserved Validate and setup a configuration for a multi-factor derived key