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

Added hash decoder #30

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Added hash decoder #30

wants to merge 13 commits into from

Commits on Jul 24, 2022

  1. Added hashdecoder using our own AWS database, sends a GET request wit…

    …h the text as it's JSON payload (hash) and gets returned the approprite plaintext or None if its not in the database
    Jacob committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    a377ed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8a0456 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    951a570 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/hashdecoder' into hashdecoder

    # Conflicts:
    #	src/decoders/hash_decoder.rs
    Jacob committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    53da036 View commit details
    Browse the repository at this point in the history
  5. Remove duplicate pub mod line in mods.rs

    Jacob committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    2cce455 View commit details
    Browse the repository at this point in the history
  6. Ran cargo fmt

    bee committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    de85903 View commit details
    Browse the repository at this point in the history
  7. Remove duplicate pub mod line in mods.rs

    Jacob committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    6f2e65f View commit details
    Browse the repository at this point in the history
  8. Merge branch 'hashdecoder' of https://github.com/bee-san/Ares into ha…

    …shdecoder
    Jacob committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    5b16c19 View commit details
    Browse the repository at this point in the history
  9. Updated runtime values

    Jacob committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    ff974ba View commit details
    Browse the repository at this point in the history
  10. Fixed clippy

    Jacob committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    75d8dcc View commit details
    Browse the repository at this point in the history
  11. Fixed clippy errors

    Jacob committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    94997ad View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Cleaned up code

    Jacob committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    086e834 View commit details
    Browse the repository at this point in the history
  2. Remove irrelevant comments

    Jacob committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    8f7ad24 View commit details
    Browse the repository at this point in the history