Multi signature
#1

[attachment=14056]
Abstract
Our project applies Multisignature scheme for sending messages in a group.
Multisignature is more secure and eliminates the latest attacks.
Individual signers are identified by the information contained in Multisignature.
It consists of two protocols, Distributed Key Generation(DKG) and Distributed Key Regeneration/Updating(DKRU).
Java is used as the front end and MS Sql Server is used as the back end.
Existing System
In many applications , a group of members are required generate digital signature.
Individual signers remain anonymous , due to the fact that it is computationally hard to derive the individual identities from the group signature.
The computational cost for Signature generation and verification is high.
Proposed System
Individual signers do not remain anonymous , they are traceable.
This ensures accountability, i.e., a participant holds responsible for his contribution in the multisignature.
The computational cost is reduced when compared to other schemes.
We have applied the multisignature in a simple application for sending group messages
System Architecture
List of Modules
Signature
Signature Generation
Signature Verification
Cryptography
Encryption
Decryption
Message Transmission
Multicasting
Unicasting
Signature Generation
In this module we are going to generate signatures for the group members.
Thus it has two sub modules,
Individual Signature Generation
Multiple Signature Generation.
The Individual signature is generated with Participants private key.
Participants broadcasts the message and the signature to all protocol participants.
Using the ElGamal Algorithm, the individual signature is generated.
Any subset β of t or more members can represent the group and sign an arbitrary message m.
Signature Verification
In this module we are going to verify the group member’s signatures with generated signatures.
On receiving all of the signatures, we performs the functionality of a clerk and use the public key set to authenticate the individual signature .
Participants are disqualified if their individual signatures are found to be invalid.
The remaining honest participants form the set and repeat the individual signature generation. The protocol aborts if it contains less than exact members.
Cryptography
Encryption- The message is encrypted using DES algorithm.
Decryption- The received message is decrypted in the receiver side.
Message Transmission
In this module we are going to transmit our encrypted message to the selected group members.
Then the encrypted message will be decrypted at the other end of group member with the proper verification of the signature
This module has two sub modules they are
Unicasting and
Multicasting.
Unicasting sub module is used to transfer our message from one to one recipient.
Multicasting sub module is used to transfer our message from one to many recipient.
Test Cases
Given Input
User gives the username as entry input
User gives the password as entry input
User gives the message for transmission
System gives the input private key for users
System gives the input public key for users
System gives the hash value using the private key
System gives the Signature from the hash value
System gives the Encrypted message from the user input message
System transfers the message signature.
Expected Output
User receives the encrypted message
System automatically generates the output signature for verification
System automatically decrypts the message using Elgamal algorithm
System automatically shows the sender details
System automatically shows the decrypted message.
New member signs up
Requisition send to group administrator
Administrator accepts the requisition
Group key is generated and stored in the database
Tree view of the group members
Composing a message
Encrypted message
Received message with Multisignature
Future Enhancements
The System can be further improved by introducing a Trusted Third Party(TTP).
The TTP is used to generate the group key.
By introducing the third party the computational cost can be reduced.
Conclusion
A secure MultiSignature Scheme for sending group messages was introduced.
The efficiency of the proposed system outperforms other system.
The Multisignature scheme fulfills all security requirements.
Thus Multisignature scheme can be applied in group communication to improve the efficiency.
Reply
#2
can i get your who;e project implememntation my mail id is patkishrikant[at]sggs.ac.in
Reply
#3
To get full information or details of Multi signature please have a look on the pages

http://studentbank.in/report-multi-signature

if you again feel trouble on Multi signature please reply in that page and ask specific fields in Multi signature
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: what is meant by multi signature project, ttp sears evolusent com, secure multi signature generation for group communication 2012 paper, multi signature scheme, digital multi signature project download,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Digital Signature Full Seminar Report Download computer science crazy 20 43,671 16-09-2015, 02:51 PM
Last Post: seminar report asees
  Human Robot Interaction in Multi-Agent Systems pdf computer topic 0 1,202 25-03-2014, 09:43 PM
Last Post: computer topic
  Digital Signature Guidelines Electrical Fan 1 1,702 27-11-2012, 12:06 PM
Last Post: seminar details
Star MULTI TOUCH A SEMINAR REPORT Computer Science Clay 7 13,565 19-11-2012, 09:47 PM
Last Post: Guest
  A Multi-Dimensional Approach to Internet Security ( Download Full Seminar Report ) computer science crazy 3 3,979 01-11-2012, 12:55 PM
Last Post: seminar details
  Secure access system using signature verification over tablet PC project topics 1 1,766 24-10-2012, 01:27 PM
Last Post: seminar details
  Seminar on Byzantine-ResilientSecure Multicast Routing in Multi-hop Wireless Networks computer girl 0 950 11-06-2012, 05:40 PM
Last Post: computer girl
  Digital Signature Guidelines ( Download Full Seminar Report ) computer science crazy 1 4,991 14-02-2012, 01:28 PM
Last Post: seminar paper
  Fluorescent Multi-layer Disc computer science crazy 1 2,466 23-01-2012, 11:24 AM
Last Post: seminar addict
  Signature-free Buffer Overflow Attack Blocker project report helper 8 5,382 22-08-2011, 09:24 AM
Last Post: seminar addict

Forum Jump: