On Tue, Sep 25, 2012 at 5:22 PM, Honigbaum <[email protected]> wrote: > The "1 +" is not importent, we only need to add this. My problem is that > the encryptedHexNumber is not the same as in the Java Snippet
Your Java code disables padding, your JS code doesn't. Try cipher.setAutoPadding(false). -- 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
