distributed-jwt-cracker icon indicating copy to clipboard operation
distributed-jwt-cracker copied to clipboard

An experimental distributed JWT token cracker built using Node.js and ZeroMQ

Results 14 distributed-jwt-cracker issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=yargs&from_version=5.0.0&to_version=15.0.1&pr_id=cfc6aa41-05eb-48bd-a628-f5f18238b0ab&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=yargs&from_version=5.0.0&to_version=10.0.0&pr_id=c0bb78f0-2f1d-468f-b5ff-5c1c518ef7f5&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=yargs&from_version=5.0.0&to_version=16.0.0&pr_id=7b1bba2c-8b07-49c2-ad4c-8e04b40de6fd&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

This requires the usage of some form of data persistency. A JSON file should be more than ok given that the state can be represented by the nextBatch and the...

enhancement
help wanted
hacktoberfest

Allow the server to expose a web interface that displays in real time the connected clients and the current state of the distributed computation.

enhancement
help wanted
hacktoberfest

Allow to have multi level architecture where a server can receive connections from other servers. We can then define a _master_ server and a _second level_ server. When a _second...

enhancement
help wanted
hacktoberfest

This requires to introduce a mechanism to monitor the clients (e.g. ping or timeout) and to store in the server state a queue of batches waiting for recovery. When a...

enhancement
help wanted
hacktoberfest