Vic

Results 5 comments of Vic

@mosleh200989 what exactly did you mean there? What is `item` ? What is `item.id` and `name`? And how should we use this snippet to get our 2-letter value in this...

Instead of ``` node ./dist/entry.js ``` use: ``` NODE_PATH=./dist node ./dist/entry.js ``` inspiration from: https://youtu.be/QVxxgEyZt9Y (TDD With TypeScript, Express, NodeJS, and Mocha Unit Tests)

> Yes, > > If I create a key like so: > await NativeModules.Aes.pbkdf2(ref, startTime.toString(), 1000, 256) > > I need to make sure that the last value, is at...

> yes, you need to derive a key from your password phrase I don't think this is the point the other user was hinting at. The issue was with the...

> Any encryption for local data is unreliable. So never store password in any form of local data. But not worry too much, local data is safer than network request,...