Giter Club home page Giter Club logo

Comments (6)

flockonus avatar flockonus commented on May 30, 2024

Thank you @Raz0r for the feedback!

Those are great points. Number 1 and 2 we had figured and are working on these now.

The 3rd point is great, and it's an interesting way to exploit that i didn't think of before. If i get it right, you are suggesting that there could be another contract that basically simulates random and decide whether or not to call it based on the result it gets?
Please correct me if I'm wrong, but i'm not sure this is possible since the seed would only be readable off the chain?

Ultimately, I ask you to consider the project goals. We are developing it because we need a simple and efficient way to generate a random as possible number in solidity many times per block (which is known to be impossible to do so perfectly), therefore we are compromising things here.

Also please refer to v1-candidate for the current branch

from eth-random.

Raz0r avatar Raz0r commented on May 30, 2024

Please correct me if I'm wrong, but i'm not sure this is possible since the seed would only be readable off the chain?

Yes, that's true. All you need to do is just continuously observe the blockchain state, and call your exploit contract at desired moment with the externally obtained seed as an argument. See this post for a real world attack: http://martin.swende.se/blog/Breaking_the_house.html

Ultimately, I ask you to consider the project goals.

I would argue the following points:

The more people using the same contract the more the internal seed value becomes unpredictable, generating stronger results.

As you already pointed out, seed can be read off-chain, so it is totally predictable.

If security is a main focus, it may be best to look into purchasing an oracle solution such as oraclize

I would not recommend oraclize since it is centralized. A better solution is randao: https://github.com/randao/randao

Security alert should be emphasized since the code can be wrongly used in smart contracts that implement various roulettes, card games, lotteries, etc. Any RNG on Ethereum without commit-reveal approach should be considered as unsafe.

from eth-random.

flockonus avatar flockonus commented on May 30, 2024

Thanks again for the well thought comments. We have some of that in #1 issue #2 as well, making very clear that it is unsafe is a improvement point

from eth-random.

flockonus avatar flockonus commented on May 30, 2024

@Raz0r made a major rework of the repo and included a link to your talk. Could you please make sure it conforms to the points in your issue and your talk?

from eth-random.

Raz0r avatar Raz0r commented on May 30, 2024

The description in README looks okay, but I would love to see the actual code, master branch is missing it.

from eth-random.

flockonus avatar flockonus commented on May 30, 2024

From a security researcher "looks ok" is a great start :D

I'll open another issue, hope we can get to that soon enough.

from eth-random.

Related Issues (4)

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.