Christian Gutierrez
Christian Gutierrez
@Dirk- Unfortunately `jscriptor` depends on [mcrypt](https://github.com/tugrul/node-mcrypt) which is currently working in Node 8, then `jscryptor` works on Node 8 at most. I recommend to report this issue in `mcrypt` repo.
I see this new library is failing with the same problem, however it replaces `mcrypt`, will keep an eye on this in order to update `jscryptor`. Perhaps it worth writing...
Hi @Dirk-, I know you are needing this, please give a couple of days I will dedicate some time to this.
Thanks @peerobo, feel free to make a PR.
Hi @AzriDelta, I only implemented version 3 and decided to wait for an issue like this, I think it's better to use version 3 but if you really need to...
The library you mention seems to support version 3, why do you want to stick to version 2?.
My bad, the library does not support version 3, it's available in a PR: https://github.com/TGIO/RNCryptorNative/pull/13 I highly recommend using version 3 instead, let me know if this works for you,...
Hi @dazza-codes, do you know if there are any plans to merge this?, I'm able to reproduce the issue `AttributeError: 'AWSResponse' object has no attribute 'raw_headers'` testing some DynamoDB operations....
Thanks @dazza-codes, I forked and merged your PR and it didn't work for DynamoDB, need to change the approach to test.
:+1: