Giter Club home page Giter Club logo

Comments (6)

SimoneBronzini avatar SimoneBronzini commented on May 28, 2024 1

We've been working on shortening the info in Color_Def for a while. Both to allow for IND-CPA encryption and to have more entropy (i.e. bigger K and J). We will follow up with a new issue about that.

from spec.

inaltoasinistra avatar inaltoasinistra commented on May 28, 2024

The structure Color_Def will be encrypted, so it is not public

from spec.

fedsten avatar fedsten commented on May 28, 2024

We assumed only J would have been encrypted with K. In this case, we see other problems: using 12-byte K to XOR-encrypt a 32-byte string is dangerous. In fact, for instance, XOR-encrypting the version byte, which will be 0 for a long time, will disclose the first byte of K. More generally, using XOR where the key is smaller than the plaintext is not considered safe. However, using a IND-CPA symmetric algorithm would result in an encrypted Color_Def greater than 256 bits.

from spec.

inaltoasinistra avatar inaltoasinistra commented on May 28, 2024

I noted this problem too, XOR encryption is not an option.
I think we could use XXTEA, it has only 1 byte of overhead and the output size is a multiple of 4 bytes

from spec.

RCasatta avatar RCasatta commented on May 28, 2024

XOR encryption was never an option but just an example.
I am closing this since there is already an answer and opening discussion about the best encryption for Color_Def here #5
please @the9ull comment why XXTEA is a good choice there.
@fedsten could we have a cyphertext of 32 bytes with IND-CPA if we drop some data from the Color_Def data (for example dropping the 5th output)

from spec.

afilini avatar afilini commented on May 28, 2024

This issue refers to an old and obsolete version of RGB. See "old rgb" issue tag in our wiki.

from spec.

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.