GithubHelp home page GithubHelp logo

Comments (5)

thaidn avatar thaidn commented on July 19, 2024 1

I found the implementation: https://github.com/golang/crypto/blob/master/nacl/box/box.go.

In NaClBoxCrypto we implemented NaCl's box using the HybridEncrypt and HybridDecrypt interface, but this is actually wrong because NaCl's box is authenticated public key encryption while our hybrid encryption doesn't provide authenticity (but only secrecy).

Thus in order to implement NaClBoxCrypto, first we'll need to add a new interface. We're working on that and I'll update this bug once it's done.

We also provide secret_box. I believe the only interoperability issue is we're using ciphertext || tag, but NaCl is using tag || ciphertext. I'll fix this issue.

from tink.

thaidn avatar thaidn commented on July 19, 2024

Hi Ajibola,

Thanks for filing this request. Could you please point me to the NaCl impl. in Golang? Is it compatible with the original C/C++ NaCl?

from tink.

thaidn avatar thaidn commented on July 19, 2024

Note that our NaClCrypto is @Alpha, and is going to be removed with a different interface.

from tink.

Ajibola avatar Ajibola commented on July 19, 2024

thanks @thaidn for the follow up.

from tink.

tholenst avatar tholenst commented on July 19, 2024

This has been open for 5 years -- I don't think we will soon get to this creating this primitive. I will hence close it.

from tink.

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.