]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - lib/File/KDBX/Key/ChallengeResponse.pm
Version 0.900
[chaz/p5-File-KDBX] / lib / File / KDBX / Key / ChallengeResponse.pm
index 8f9dbde9f3366ce22b5f597c87a24d0896d5b808..1dd88ee36934b4895c4ae47c44261c9997a3a354 100644 (file)
@@ -10,7 +10,7 @@ use namespace::clean;
 
 extends 'File::KDBX::Key';
 
-our $VERSION = '0.800'; # VERSION
+our $VERSION = '0.900'; # VERSION
 
 sub init {
     my $self = shift;
@@ -56,7 +56,7 @@ File::KDBX::Key::ChallengeResponse - A challenge-response key
 
 =head1 VERSION
 
-version 0.800
+version 0.900
 
 =head1 SYNOPSIS
 
@@ -73,8 +73,8 @@ version 0.800
 
 A challenge-response key is kind of like multifactor authentication, except you don't really I<authenticate>
 to a KDBX database because it's not a service. Specifically it would be the "what you have" component. It
-assumes there is some device that can store a key that is only known to the unlocker of a database.
-A challenge is made to the device and the response generated based on the key is used as the raw key.
+assumes there is some device that can store a key that is only known to the owner of a database. A challenge
+is made to the device and the response generated based on the key is used as the raw key.
 
 Inherets methods and attributes from L<File::KDBX::Key>.
 
@@ -89,7 +89,7 @@ also L<File::KDBX::Key::YubiKey> which is a subclass that allows YubiKeys to be
     $raw_key = $key->raw_key($challenge);
 
 Get the raw key which is the response to a challenge. The response will be saved so that subsequent calls
-(with or without the challenge) can provide the response without challenging the responder again. Only once
+(with or without the challenge) can provide the response without challenging the responder again. Only one
 response is saved at a time; if you call this with a different challenge, the new response is saved over any
 previous response.
 
This page took 0.024917 seconds and 4 git commands to generate.