cryptian icon indicating copy to clipboard operation
cryptian copied to clipboard

Crypto suite for Node.js

Results 9 cryptian issues
Sort by recently updated
recently updated
newest added

We are attempting to setup our dev environment to work on Apple's new M1 platform and we've hit a snag. `cryptian.node` does seem to be compiling to the correct platform....

Performing `npm install` on Node.js v16 fails due to compilation errors: ``` npm ERR! In file included from /home/jimbo/.cache/node-gyp/16.1.0/include/node/v8.h:30, npm ERR! from /home/jimbo/.cache/node-gyp/16.1.0/include/node/node.h:63, npm ERR! from ../../nan/nan.h:56, npm ERR! from...

Hi, I am trying to port a code using MCrypt (which is now deprecated): const pher = new MCrypt("rijndael-128", "ecb") // ECB, no IV function encrypt(rawData, key) { pher.open(key) return...

$iv_size = mcrypt_get_iv_size(MCRYPT_RIJNDAEL_128, MCRYPT_MODE_CBC); $iv = mcrypt_create_iv($iv_size, MCRYPT_RAND); $ciphertext = mcrypt_encrypt(MCRYPT_RIJNDAEL_128, $key,'PLAINTEXT', MCRYPT_MODE_CBC, $iv);

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

I'm getting ``` Error: Module did not self-register: 'node_modules/cryptian/build/Release/cryptian.node'. ❯ bindings node_modules/bindings/bindings.js:112:48 ❯ Object. node_modules/cryptian/dist/index.js:53:41 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'ERR_DLOPEN_FAILED' } ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ ``` when I run, E2E Vitest test...

Consider https://github.com/tugrul/cryptian/blob/1393bc54915dc8ecf6cc71128df4674923f61161/src/transform/block.ts#L33-L34 Here `remain` is the amount of data to store and combine with the next chunk once it arrives, and `align` is the amount of data to process in...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.2 to 7.25.7. Release notes Sourced from @​babel/traverse's releases. v7.25.7 (2024-10-02) Thanks @​DylanPiercey and @​YuHyeonWook for your first PRs! :bug: Bug Fix babel-helper-validator-identifier #16825 fix: update identifier...

dependencies

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies