Tuğrul Topuz
Tuğrul Topuz
You can use buffer of zero bytes to skip IV. It is not recomended but It can use to be compatible with peer. ```javascript // zero bytes const iv =...
There is a check for non-construct calls of constructor method. https://github.com/tugrul/node-mcrypt/blob/master/src/mcrypt.cc#L99-L103 Probably some changes in new v8 about this. So I don't want to make effort about this library because...
> Traceback (most recent call last): > File "./gyp-mac-tool", line 611, in > sys.exit(main(sys.argv[1:])) > File "./gyp-mac-tool", line 28, in main > exit_code = executor.Dispatch(args) > File "./gyp-mac-tool", line 43,...
Can you share node, npm, Visual C++ version and npm-debug.log
Can you create test case using test data with test keys by Yii application and pull request like following javascripts: https://github.com/tugrul/node-mcrypt/tree/master/test you able to run tests using `npm test` command...
Currently im refactoring codebase of https://github.com/tugrul/libmcrypt-gyp @misterfresh test case will be better to see to me. Can you write a test case like one of the file inside of test...
@sovattha is your key contains any null byte \x0?
I dont know that php framework how could handle iv. Stackoverflow can be helpful than bug report. Thanks
Yeah i expected same. I'm going to lookup internal behavior of libmcrypt
What is type of ours field? Is a MySQL BIT? ``` php if ($this->request->isPost() && $form->isValid($_POST, $customer)) { $customer->ours = isset($_POST['ours']) ? true : false; $customer->save(); } ```