Log in

View Full Version : What is a Bit?


iNFiNitE96h
July 16th, 2005, 03:16
Hi,
This is my first post,so hello to everyone.I'm new to crypto(actually i'm interested in it),i would like to know what exactly a Bit mean? for example 128bits,1024 bits etc.
Thanks

Knight
July 16th, 2005, 07:38
Maybe try to use what is written in your signature.

evlncrn8
July 16th, 2005, 10:55
8 bits = 1 byte

eg: 2 decimal = 00000010 binary

so 128 bit = 128 / 8 = 16 bytes

LOUZEW
July 17th, 2005, 11:03
Bit = Binary Digit
a Bit value can be 0 or 1

Extremist
July 17th, 2005, 16:02
In crypto, 128 bits is a common size of a private key (eg, AES, RC4), whereas 1024 bits is a common RSA public key size.

dELTA
July 19th, 2005, 05:30
I'd rather say that 128 bits is a common size for an symmetric key, while 1024 bits is a common size for a private/public asymmetric key.