Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write check verification system #10

Open
teknogeek opened this issue Dec 29, 2017 · 1 comment
Open

Write check verification system #10

teknogeek opened this issue Dec 29, 2017 · 1 comment
Milestone

Comments

@teknogeek
Copy link
Contributor

There needs to be a way to take the results from the scoring checks and verify that they are valid/correct. This should probably be accomplished by hashing of some sort?

Considerations

  • what hashing algorithm to use
  • what data to use for the hash
  • where to keep the expected hash result
  • when and where to compare the actual result
    • should the result be stored somewhere or returned to the API call?
@nmpiazza nmpiazza added this to the 0.1 milestone Jan 1, 2018
@nmpiazza
Copy link
Contributor

nmpiazza commented Jan 1, 2018

Hashing should follow recommendations the hashing conventions wiki page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants