CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Posts
    34

    What does the number of bits in an encryption algorithm means?

    We hear 128 bits, 256 bits encryption.
    What does the number represents?

    Isn't the number of possible combinations static since there is only 256 characters? Or is it that some encryption map 1 byte into more than 1 byte?

    Advanced thanks for any reply.



  2. #2
    Join Date
    May 2001
    Posts
    24

    Re: What does the number of bits in an encryption algorithm means?

    Every encryption algorithm uses a key for encryption. It is the length of the key that is mentioned in numbers. More the length of the key, the more it becomes difficult to break or hack the encrypted message.

    Try referring to www.ciol.com for more information.

    Sanjeev

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured