Aditya Kishore
Aditya Kishore
I ran the code on a Mac. I fetched the code by `git clone`ing this repo.
Could you give me a list of dysfunctional characters (or character codes) that I could test?
> Hi, > > Are there any plans for web support in the future? > > Best regards Yikes, that was an accidental oversight. The issue is that I imported...
Hmm... We'll toss this into steel_crypt 2.0. It's possible to fix this, but it will slow encryption down some.
Also, AFAIK, no other package supports GCM. Every other algorithm should work on web.
Thanks for your semantic help. In a way, using those algorithms is insecure and would leave your system unsecured, so they're both correct :). I'll add this to my to-do...
To test this, I'll need the values for "secureKey", "data", and "salt". Additionally, what cryptographic library are you using for NodeJS?
Your key and iv are using base64 encoding. An issue could be that NodeJS expects a hex-encoded key or something.
Whoops didnt mean to close this
I don't know what to tell you. 'n7oAAnS6oSuo9XEExIM2ZfsIw5O1nCuT7JmlEAe+ykQ=' is a 32 byte key encoded using base64. What length key does nodeJS want? It should only need a 32 byte key.