Encryption Process
Hai...
I want to know the entire life cycle of Encryption Process(Symmetric encryption)
step by step .i.e How we can create the secret key and how we will combine
this key with the message, we want to send to another side and how the second
person will get secret key and how will decrypt it.
In short I want to know The process involved in sending
a message from Client A to Client B, using symmetric encryption.
Pls help me any one in this regard
Venkat.
[503 byte] By [
Rams] at [2007-11-9 23:49:54]

# 1 Re: Encryption Process
i'll be honest - you really don't want to know, there's so much goo in there
it's of little business interest. the best bet is to look up Crypto API at
msdn, and use these APIs to encrypt data.
as for the key - make sure it's a good one! don't use a bad password as the
key, they are easy to break!
"Rams" <venkataramana@ssi-technologies.com> wrote:
>
>Hai...
>I want to know the entire life cycle of Encryption Process(Symmetric encryption)
>step by step .i.e How we can create the secret key and how we will combine
>this key with the message, we want to send to another side and how the second
>person will get secret key and how will decrypt it.
>
>In short I want to know The process involved in sending
>a message from Client A to Client B, using symmetric encryption.
>
>Pls help me any one in this regard
>
>Venkat.