Alexandre ZANNI

Results 591 comments of Alexandre ZANNI
trafficstars

@AaronActu The hash is created this way (without salt) https://github.com/jfurrow/flood/blob/1493f8f9cbf6d6c94f1083a53aaba82d95d508af/server/models/Users.js#L48-L64 If you look at [argon2-cli](https://www.npmjs.com/package/argon2-cli) you can see some examples like `$ echo -n "password" | argon2` where a salt...

@AaronActu Where did you install argon2-cli from ? Because official example [here](https://www.npmjs.com/package/argon2-cli) says to do that.

Hi @AaronActu 1. Use [nvm](https://github.com/creationix/nvm) instead of debian nodejs. Because node v6.9.5 is outdated, I'm running 10.9 right now. 2. [node-argon2-cli](https://www.npmjs.com/package/argon2-cli) said this > ### Before installing > > Check...

@AaronActu 1. nedb-shell 1. If you don't need nedb-shell uninstall it and install node 10.9 using nvm. 2. If you need nedb-shell install node 6.9 with nvm and node 10.9...

@AaronActu Did you do put v1.9 as your default npm or did you do `npm use 10.9.0` before ? Because if 10.9 is not your default, launching a new shell...

@AaronActu Else have you look at some issues like googling around ?

@nomme see https://github.com/jfurrow/flood/blob/master/config.template.js

I'm not very informed about sax but the claims of PR #797 sounds promising. I just wish the deserializer doesnt not introduce vulnerabilities.

Flood is using xmlrpc interface to control rTorrent, so the maximum file site on xmlrpc can be change is larger files need to be transferred as @nVitius and @joydashy said....

It's difficult to define a good scale, you can do something like: + 0.8 && 1< : yellow/orange + \>1 && 2 && 10 : dark green but what about...