Export to GitHub

slowaes - issue #2

Arguments should be array of bytes


Posted on Aug 6, 2008 by Massive Rhino

What are the requirement to complete this task?

The encrypt and decrypt methods should accept an array of bytes instead of a string. Any conversion code within the methods should be removed under the assumption that the conversion will occur before the method is called.

Please use labels and text to provide additional information.

Comment #1

Posted on Aug 6, 2008 by Massive Rhino

Updated to high priority

Comment #2

Posted on Aug 8, 2008 by Massive Rhino

I updated encrypt and decrypt to take as arguments and return byte arrays. I updated the smoke test to take the changes into account.

Alex, as a sanity check can you verify the results are what you expect?

Status: Assigned

Labels:
Type-Task Priority-High Component-Scripts-JS