Skip to content

Wampy Challenge Response Authentication plugin

License

Notifications You must be signed in to change notification settings

joeyvadala/wampy-cra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wampy-cra.js

WAMP Challenge Response Authentication plugin for Wampy.js.

NPM version Build Status Code coverage Dependency Status DevDependency Status MIT License Greenkeeper badge

Description

wampy-cra exposes 3 methods:

  • derive_key(secret, salt, iterations = 1000, keylen = 32). Used to generate a derived key using PBKDF2 scheme.
  • sign(key, challenge). Used to sign a challenge message, using a key, using SHA256 algorithm.
  • auto(secret). Probably the only function you need. Used to automatically detect needed algorythm to create a signed message, using only secret key. This function can be passed as onChallenge callback.

See usage examples in Wampy.js docs section "Challenge Response Authentication"

About

Wampy Challenge Response Authentication plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%