enigma
enigma copied to clipboard
A fast, native, cryptographic engine for the web
 any Idea why this not working
Such as `crypto` does with `createHmac` function, we should implement our own implementation in Enigma. We could implement this into Hash module. It could take as arguments an algorithm (e.g....
Hello, I've tried to test the AES encryption in GCM mode on Microsoft Edge 44.18362.449.0 (CRT is not supported on Edge) but does not work. This is the example I've...
I installed it with NPM after in my component: import Enigma from '@cubbit/enigma'; but what is next?
Just found this library, and I think you guys have nailed the problem that is isomorphic crypto, and the approach appears really well researched and developed. In the interest of...
Hi! Looks promising. I tried it out as : ``` git clone https://github.com/cubbit/enigma.git cd enigma npm install ``` everything seem to go alright until the install runs `node-gyp rebuild `:...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) to 0.5.0 and updates ancestor dependency [aws-sdk](https://github.com/aws/aws-sdk-js). These dependencies need to be updated together. Updates `xml2js` from 0.4.19 to 0.5.0 Commits 9f730bb Update package.json with latest PR 50a492a...
In the documentation we do not know the format on witch the public and private key is formatted. Like pem, PKIX or something else. Could really be helpful for compatibility...