On 29 May 2012 19:21, mscdex <[email protected]> wrote: > On May 29, 1:03 pm, James Coglan <[email protected]> wrote: > > Presumably with the plans to remove binary strings from Node, pbkdf2() > will > > eventuall yield a Buffer so I'd just call key1.toString('hex'), right? > > I would hope so.
For reference, a pbkdf2 that produces consistent output for Node 0.4-0.7 and in the browser, based on CryptoJS: https://github.com/jcoglan/vault/blob/master/lib/vault.js#L55-65 -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
