hi dude ...

Reply

Join Date: Dec 2007
Posts: 10
Reputation: savinashr is an unknown quantity at this point 
Solved Threads: 0
savinashr's Avatar
savinashr savinashr is offline Offline
Newbie Poster

hi dude ...

 
0
  #1
Dec 12th, 2007
new to forums ... dunno how to use them learnin them ... doin my btech second year ... sort of got a project to do in cryptography ... digital signatures and need help ...
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,264
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 543
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: hi dude ...

 
0
  #2
Dec 12th, 2007
welcome

the guy "serunson" on here does BTEC ask him
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 3,584
Reputation: jasimp has a spectacular aura about jasimp has a spectacular aura about jasimp has a spectacular aura about 
Solved Threads: 52
Featured Poster
jasimp's Avatar
jasimp jasimp is offline Offline
Senior Poster

Re: hi dude ...

 
0
  #3
Dec 12th, 2007
Welcome!
"Argyou not with the hand you are dealt in cards or life." ---- Wizard and Glass
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 2,462
Reputation: zandiago is on a distinguished road 
Solved Threads: 25
Featured Poster
zandiago's Avatar
zandiago zandiago is offline Offline
Nearly a Posting Maven

Re: hi dude ...

 
0
  #4
Dec 12th, 2007
Welcome to Daniweb!
I shot the sheriff....but I didn't shoot the deputy
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 10
Reputation: savinashr is an unknown quantity at this point 
Solved Threads: 0
savinashr's Avatar
savinashr savinashr is offline Offline
Newbie Poster

Re: hi dude ...

 
0
  #5
Dec 13th, 2007
thnx ervy1 .... jbnnet i'm not exctly lookin for some1 doin btech ... i'm lookin for some1 good in cryptography ... digital signatures in particular
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,264
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 543
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: hi dude ...

 
0
  #6
Dec 13th, 2007
look at an A2 computing textbook for AQA theres a massive chapter on digital sitgnitures and encryption.
Last edited by jbennet; Dec 13th, 2007 at 9:48 am.
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 10
Reputation: savinashr is an unknown quantity at this point 
Solved Threads: 0
savinashr's Avatar
savinashr savinashr is offline Offline
Newbie Poster

Re: hi dude ...

 
0
  #7
Dec 13th, 2007
wowowow ... dude b a bit specific ... "A2 computing text book for AQA "" ??? gimme some author publisher books name and something like tht
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,264
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 543
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: hi dude ...

 
0
  #8
Dec 13th, 2007
From my textbook:

E-mail may be more easily intercepted and altered than paper mail without the knowledge of
either the sender or the recipient.
In symmetric encryption, the same key is used to encrypt and decrypt a message. In
asymmetric encryption, one key is used to encrypt a message and another key is used to
decrypt the message.

Symmetric encryption is NOT used for encrypting e-mail messages as if you send the key with the message, anyone can decrypt the message and so the key would need to be sent by means other than email e.g post, otherwise anyone could intercept the key and use it do decrypt the message;

In asymmetric encryption, one key is made publicly available (the public key) and the
other key is kept secret by its owner (the private key).

e.g

Jack and Jill want to communicate with each other confidentially, and they each have a
private and a public key.

If jack wanted to encrypt a message to send to Jill, which only Jill can read he would need Jills public key. Jill would use her private ket to to decrypt the message sent by Jack.

A digital signature authenticates the message, that is, it verifies that the message came
from the given sender and that it has not been tampered with. A Digital signature is produced by:

a)hasheing the message data into a message digest;

b)encrypting the message digest with the senders private key

If If Jack digitally signs the message sent to Jill, Jill can verify Jack’s digital signature as follows:

a) Jills software decrypts the signature using Jack’s public key contained in digital certificate sent with the message

b) to verify Jacks public key she decrypt digital certificate a using Certificate Authoritys public key

c)Jill’s software then hashes the mesage into a message digest;

d)If the recalculated message digest is the same as the original message digest (decrypted signature) then Jill knows that the signed data has not been changed
Last edited by jbennet; Dec 13th, 2007 at 1:01 pm.
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Dec 2007
Posts: 10
Reputation: savinashr is an unknown quantity at this point 
Solved Threads: 0
savinashr's Avatar
savinashr savinashr is offline Offline
Newbie Poster

Re: hi dude ...

 
0
  #9
Dec 13th, 2007
OMG dude ... i kno wat ios cryptography and how it is done ... the problem is in implementation ... how do u convert the message into integers, ... how do u store it, how do u make the digests, how do u handle the converted message using RSA's or DSA's or Elgamal .... the practical stuff thts wat i'm lookin for ....
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,264
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 543
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: hi dude ...

 
0
  #10
Dec 13th, 2007
in terms of convert the message into integers you could use the ASCII codes
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Community Introductions Forum
Thread Tools Search this Thread



Tag cloud for Community Introductions
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC