ryanfitz / tweetsec

TweetSec Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TweetSec

Build Status Coverage Status

Lead Maintainer: Ryan Fitzgerald

Api Examples

These http api is hosted using AWS api gateway and AWS lambda

AWS lambda has cold start issues so the first time invoking this api will have significant latency.

Tests

Only node version 5 is supported and tested against.

  $ make test

Notes

Dictionary used for lookup is word-list. The dictionary includes na as a word so the example password of s0_0per 5nak3 has a strength of 40 instead of 44.

The lambda.js and terraform files can largely be ignored, these are used for deploying to AWS and contain no business logic.

About

TweetSec Challenge

License:MIT License


Languages

Language:JavaScript 83.0%Language:HCL 9.5%Language:Makefile 7.5%