AaronActu

Results 12 comments of AaronActu

Hi ! Indeed, I'm preparing a PR to fix this error (according to the OpenVPN version). With new versions it's "client-cert-not-required" ! **EDIT 1** : Sorry @sohel2020 I didn't read...

Hey @0x777, We do really appreciate your job 👍 Could you explain us why this in not implemented ?

@noraj1337 Thanks for your answer. I imagine that's not your priority on the other hand soon I'll be working on an alternative to create account with cURL (why not to...

Hi, it's been a long @noraj So I was trying to generate the password from the argon2-cli for Debian 9 and encountered a problem. argon2-cli need a salt and don't...

@noraj Yeah, it's what I've seen :) However, when I tried to create the password without salt it did not work because the salt is an obligated paramater. ```shell $...

Hello @noraj, I've finally installed argon2-cli from the Debian repository (`apt-get install argon2`) because with npm, when I start argon2-cli I receive an error : ```shell $ argon2-cli /usr/local/lib/node_modules/argon2-cli/cli.js:17 const...

Yep @noraj, I've already installed argon2, gcc (6.3.0) and clang (3.8.1-24) indeed if I had an outdated version of node it is to be sure that nedb-shell will work correctly....

A bit of log : ```bash > npm uninstall -g argon2 - [email protected] node_modules/argon2/node_modules/safe-buffer - @phc/[email protected] node_modules/argon2/node_modules/@phc/format - [email protected] node_modules/argon2/node_modules/any-promise - [email protected] node_modules/argon2/node_modules/bindings - [email protected] node_modules/argon2/node_modules/nan - [email protected] node_modules/argon2 >...

Thanks for your help @noraj So I follow the steps above and clear all my installation. Now Running node v10.9.0 (npm v6.2.0) 👍 I've installed node-gyp like this `npm install...

Hey guys, This PR would be super helpful due to the lack of Typescript support. Could contributors with write access merge it?