enigma icon indicating copy to clipboard operation
enigma copied to clipboard

A fast, native, cryptographic engine for the web

Results 10 enigma issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/19856805/143263882-636aa476-b0f2-46e5-9504-7db1fb41b973.png) 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....

enhancement

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...

bug

I installed it with NPM after in my component: import Enigma from '@cubbit/enigma'; but what is next?

question

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...

enhancement

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 `:...

bug
good first issue

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...

dependencies

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...

dependencies

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...