Authen::PhoneChallenge

A module that does simple challenge/response using only numbers, for use in phone systems.
Download

Authen::PhoneChallenge Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Scott Peshak
  • Publisher web site:
  • http://search.cpan.org/~speshak/

Authen::PhoneChallenge Tags


Authen::PhoneChallenge Description

A module that does simple challenge/response using only numbers, for use in phone systems. PhoneChallenge is a Perl module that does simple challenge/response using only numbers, for use in phone systems.This module is a simple challenge/response system for use over the phone. The scheme is that a user is issued a list of indexes and values. When they need to authenticate the system prompts them with an index and they respond with the associated value.SYNOPSISuse Authen::PhoneChallenge; my $auth = new Authen::PhoneChallenge($authFile); $auth->set_user($userId); $auth->get_challenge(); ... $auth->check_response($resp); Requirements: · Perl


Authen::PhoneChallenge Related Software