The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-crypto-padding-aes256.js @ 6f043940

History | View | Annotate | Download (2.66 KB)

# Date Author Comment
76b0bdf7 10/23/2012 01:48 PM isaacs

crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer')

This is a flag to make it easier for users to upgrade through the
breaking crypto change, and easier for us to switch it back if it's a
problem.

Explicitly set default encoding to 'buffer' in other tests, in case it...

9901b69c 10/23/2012 01:22 PM isaacs

crypto: Move encoding logic to JS, default=buffer

crypto: Hash and Hmac default to buffers

crypto: Move Cipher encoding logic to JS

crypto: Move Cipheriv encoding logic to JS

crypto: Move Decipher encoding logic to JS

crypto: Move Decipheriv into JS, default to buffers...

63ff449d 09/18/2012 02:58 AM Fedor Indutny

crypto: bring module into modern age

Introduce 'buffer' encoding, allow returning and giving buffers as
arguments of 'crypto' routines.

Fix #3278

98d53ac5 09/11/2012 09:40 AM Ben Noordhuis

test: add AES-256 padding crypto test