CrazyEngineers
  • Web based voting system

    deepta

    Member

    Updated: Oct 27, 2024
    Views: 1.3K
    Hello
    I had been through a paper on Web based voting system which suggests a method to cast vote online and then encrypt the vote and also add a digital signature to it before being sent to the server. But no details regarding how the keys are generated for signing is mentioned. The diagrams given in the paper suggest that the user is supposed to enter the private key. Can anyone suggest some secure method to generate pair of keys for digitally signing data??
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • avi2

    MemberSep 19, 2014

    why not a random number?
    Are you sure? This action cannot be undone.
    Cancel
  • deepta

    MemberSep 19, 2014

    avi2
    why not a random number?
    But how is it possible that both private and public key be random numbers. They must have a relation. Isn't it?
    Are you sure? This action cannot be undone.
    Cancel
  • avi2

    MemberSep 19, 2014

    in that case, you can use client's machine keys itself
    Are you sure? This action cannot be undone.
    Cancel
  • deepta

    MemberSep 20, 2014

    avi2
    in that case, you can use client's machine keys itself
    But can you give me a clear idea about it.
    Are you sure? This action cannot be undone.
    Cancel
  • avi2

    MemberSep 21, 2014

    yeah, what details you want?

    you can use ssh keys of the person. they are unique as they can be and come in pair. You can have public key and match his private key during authentication
    Are you sure? This action cannot be undone.
    Cancel
  • Manish Goyal

    MemberSep 23, 2014

    avi2
    yeah, what details you want?

    you can use ssh keys of the person. they are unique as they can be and come in pair. You can have public key and match his private key during authentication
    Can we access system ssh keys through web?
    Are you sure? This action cannot be undone.
    Cancel
  • Prasad Ajinkya

    MemberSep 24, 2014

    Perhaps you need to read about Digital Signatures and <a href="https://en.wikipedia.org/wiki/Pretty_Good_Privacy" target="_blank" rel="nofollow noopener noreferrer">Pretty Good Privacy</a> first.
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register