browserify-aes
browserify-aes copied to clipboard
aes, for browserify
This PR sets up the github actions CI, and modified the source code to pass tests in CI. The jobs ran successfully on my fork. ref: https://github.com/kt3k/browserify-aes/runs/5387896751 Note: travis-ci.org [stopped...
Hiya, been seeing this infrequent error in production (10 times in the last 3 months) `"value" argument is out of bounds` ```js function checkInt (buf, value, offset, ext, max, min)...
NodeJs nowdays supports [aes-ccm](https://nodejs.org/api/crypto.html#crypto_ccm_mode), is there any plan to support it in crypto-browserify?
Hi, I had added ppc64le(Linux on Power) architecture support on travis-ci in the PR and looks like its been successfully added. I believe it is ready for the final review...
Hi, thanks for provide this package for aes support. When I try aes encrypt this error comes out, but it seems I can not fix it from outside. Error message:...
you said that your package derive from: ttps://code.google.com/p/crypto-js/ This is the license that is more restrictive than our. You should therefore use the following license and acknowledge original license: Export...
node v10 added CCM mode, so here we are
This package is incomptible with newer buffer-xor. It create problems for distribution
One of the dependencies which you are using buffer-xor-1.0.3 it is not available. error Error: https://registry.yarnpkg.com/buffer-xor/-/buffer-xor-1.0.3.tgz: Request failed "304 Not Modified"