encryption of a single character
Posted
by SystemicPlural
on Stack Overflow
See other posts from Stack Overflow
or by SystemicPlural
Published on 2010-03-30T07:49:28Z
Indexed on
2010/03/30
7:53 UTC
Read the original article
Hit count: 243
encryption
What is the minimum number of bits needed to represent a single character of encrypted text.
eg, if I wanted to encrypt the letter 'a', how many bits would I require. (assume there are many singly encrypted characters using the same key.)
Am I right in thinking that it would be the size of the key. eg 256 bits?
© Stack Overflow or respective owner