John McLaughlin

Results 9 issues of John McLaughlin

Any interest in a PR for a bcrypt password hash validation? It would be a simple regex matcher of `/^\$2[aby]?\$[\d]+\$[./A-Za-z0-9]{53}$/` (Ref https://pythonhosted.org/passlib/lib/passlib.hash.bcrypt.html#format-algorithm) A more general version of this would be...

This script below should result in an exception being caught by the `FileNotFoundError` predicate. Right? Instead I'm seeing ``` Unhandled rejection Error: ENOENT: no such file or directory, open 'blah.txt'...

https://tonicdev.uservoice.com/knowledgebase/articles/765846-how-do-i-customize-the-example-for-my-npm-package

Error: {connection: 'close'} didn't match target {connection: undefined} If possible this should show a line number where the error occurred.

I wonder if you clear up up some security concerns in the documentation. 1. If I'm not mistaken using the `mnemonic` creates a potentially large attack target. Since the `mnenomic`...