New OOTS products from CafePress
New OOTS t-shirts, ornaments, mugs, bags, and more
Results 1 to 3 of 3
  1. - Top - End - #1
    Dwarf in the Playground
    Join Date
    Jan 2021

    Lightbulb Suggestions for good cryptographically secure hashing in the browser

    Do you guys have any good suggestions about how hash cryptographic secure values at the client side?
    For those concerned about the concept:
    [hidden]
    - No, I don't intend to use this for security critical applications
    - I know the problems people have with cryptographic hashing at the client side and have used them in my own decision process.

    To be more precise:
    I'm writing a website to showcase some server side code I'm very proud of, but to give zero-knowledge proof of the fact that I'm actually doing what I claim I'm doing I need to cryptographic secure hash a combination of two values at the client side.
    [/hidden]
    The closest I get to clear and consise:
    Quote Originally Posted by Justanotherhero View Post
    Interesting read! Thanks for the post!

  2. - Top - End - #2
    Pixie in the Playground
    Join Date
    Jan 2022

    smile Re: Suggestions for good cryptographically secure hashing in the browser

    This exists using Javascript's SubtleCrypto.digest() function. You could find an example on Mozilla's developer website. Can't post a link at the moment.

  3. - Top - End - #3
    Dwarf in the Playground
    Join Date
    Jan 2021

    Default Re: Suggestions for good cryptographically secure hashing in the browser

    Quote Originally Posted by wgeek View Post
    This exists using Javascript's SubtleCrypto.digest() function. You could find an example on Mozilla's developer website. Can't post a link at the moment.
    Thanks.
    Just what I needed.
    The closest I get to clear and consise:
    Quote Originally Posted by Justanotherhero View Post
    Interesting read! Thanks for the post!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •