On Thu, Jun 27, 2013 at 4:13 PM, Kelsey Dawes <[email protected]> wrote:
> > > I think you want crypto.createDecipheriv here, instead of > crypto.createDecipher. > > Ouch! I must have read over that about 30 times. I was assuming the two flavors were based on the number of arguments you supplied to the same create function. Thanks for pointing it out. It's working now! I would prefer to use a password to derive the key from that, and append IV before the data. That way I can just have one shared password between my apps. How do I know in what way Node crypto derives that key from the password so that I can match it in C#? Or the other way around? -- -- 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 --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
