Skip Menu |

This queue is for tickets about the Crypt-PBKDF2 CPAN distribution.

Report information
The Basics
Id: 102447
Status: resolved
Priority: 0/
Queue: Crypt-PBKDF2

People
Owner: ARODLAND [...] cpan.org
Requestors: yz [...] pochta.ru
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.142390
Fixed in: 0.150900



Subject: ->PBKDF2_hex is broken
If the last byte of a computed key is 0x0d, PBKDF2_hex method returns a hexadecimal presentation of key without this byte at all. E.g. Binary key (computed by PBKDF2 method) is "\344\271\374\304\36:\235zS\330*\272\227\242\232\r"; PBKDF2_hex retuns "e4b9fcc41e3a9d7a53d82aba97a29a";
On Mon Mar 02 06:09:37 2015, https://www.google.com/accounts/o8/id?id=AItOawkobtpLXFB2EhHJ1kYmuLmI9nlvlkvaq8g wrote: Show quoted text
> If the last byte of a computed key is 0x0d, PBKDF2_hex method returns > a hexadecimal presentation of key without this byte at all. > > E.g. > Binary key (computed by PBKDF2 method) is > "\344\271\374\304\36:\235zS\330*\272\227\242\232\r"; > > PBKDF2_hex retuns "e4b9fcc41e3a9d7a53d82aba97a29a"; >
Oops! Fixed in 0.150900.