Skip to content

Access the raw PBKDF2 output #1

@LoonyPandora

Description

@LoonyPandora

The module Crypt::PBKDF2 Provides methods to get at the hash in binary, base64, and hex encoded versions of the hash. Is it possible to provide methods to access these from within Digest::PBKDF2 ?

This would make it consistent with other modules in the Digest:: namespace, such as Digest::SHA which provides the following methods.

$digest = $sha->digest; 
$digest = $sha->hexdigest;
$digest = $sha->b64digest;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions