Want help for B.E Project On Cryptography (AES Algorithm)

Pratiksha Patil

Pratiksha Patil

@pratiksha-patil-sWKlgX Oct 26, 2024
My final year project is based on secret sharing scheme using cryptography techniques. It basically focuses on the Adi Shamir's SS scheme i.e AES (Advance Encryption Standard) algorithm. I have also gone through the concept of Randomized component used for group oriented secret sharing which binds the shares with the valid shareholders. Can you please suggest me on how to merge these two concepts?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • rahul69

    rahul69

    @rahul69-97fAOs Oct 3, 2015

    Pratiksha Patil
    My final year project is based on secret sharing scheme using cryptography techniques. It basically focuses on the Adi Shamir's SS scheme i.e AES (Advance Encryption Standard) algorithm. I have also gone through the concept of Randomized component used for group oriented secret sharing which binds the shares with the valid shareholders. Can you please suggest me on how to merge these two concepts?
    Well, I would say you have chosen a good project for BE level. 😀
    The simplest way I can put it, is that you can extend the SS scheme using the concept of RC used for group oriented secret sharing.
    In case of Basic SS scheme, if a fixed no. of shareholders can recover a secret, and more than that no. participate, then there is chance that hacker can obtain the secret. To avoid this, you may use RC for group oriented secret sharing.
    Hope it helps.
  • Pratiksha Patil

    Pratiksha Patil

    @pratiksha-patil-sWKlgX Oct 5, 2015

    Yes, it definitely helped me, but I m still confused on which stage or part of the AES algorithm should I include Randomized component..? And can it be implemented..?