Coder Social home page Coder Social logo

Comments (5)

n8fr8 avatar n8fr8 commented on July 20, 2024 1

Just to loop back on this, that we are indeed using OTS files now, which works great.

May still consider what we are actually notarizing, but for now we are pretty happy between this working in combination with the PGP signatures and other notary services.

from proofmode-android.

petertodd avatar petertodd commented on July 20, 2024

Awesome!

I guess proofmode is written in 100% java? There's a Javascript OpenTimestamps library, but no-one has written a Java one yet. The client-side part of the OpenTimestamps protocol is pretty simple though, so creating one shouldn't be too hard.

from proofmode-android.

petertodd avatar petertodd commented on July 20, 2024

BTW we have a Java library now: https://github.com/opentimestamps/java-opentimestamps

I'm not a Java dev, so I don't know much about it, but if you have any questions I can certainly help get you in touch with the devs behind it.

from proofmode-android.

petertodd avatar petertodd commented on July 20, 2024

Oh, and seems this repo is a bit more up-to-date: https://github.com/eternitywall/java-opentimestamps

from proofmode-android.

petertodd avatar petertodd commented on July 20, 2024

I noticed that this is in fact implemented! IIUC you're timestamping the photo hash; I'd suggest you instead timestamp the PGP signatures. This is better because it:

  1. Allows the PGP signatures to be verified even if the secret key is compromised, by proving that the signature was created prior to the compromise.
  2. Prevents the photo metadata from being modified after the fact.
  3. Can be implemented as a standard .ots file, allowing users to easily verify the proof with standard OTS tooling (I see you're also using another notary service in parallel; maybe there's an equivalent standard file format for it too? That additional notary can also be added to OTS directly).

In any case, it's really cool to see this get implemented! I'm happy to answer any other questions you have.

from proofmode-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.