Furkan Aydın

Results 1 issues of Furkan Aydın

I am using this, Something wrong my scrypt module. I am using this, ``` const scrypt = require("scrypt") > const parola = scrypt.kdfSync("123123123", scrypt.paramsSync(0.1)).toString('base64'); // returning this : 'c2NyeXB0AA0AAAAIAAAAAYp0fM3NLyhdqS0CUXjFLZnOpnkZq4lgqJMvctHS865sM9K14pRbnPBzSDREnzjnLbzTln8NnfxFhD6fNufZzfdBu1y5OMR3xozm6PFvpiFM' >...