I was trying to understand the determining factor for breaking the encryption of SSL and encrypted cookies.
In public/private key, which is used by SSL, the key bit is the determining factor for breaking the encryption.
Similarly what is the determining factor for breaking encryption of encrypted cookies.
Thanks,
Murtaza
This is meaningless. SSL only uses the public and private keys for signing and verifying certificates. The actual encryption uses symmetric one-time session keys. Your question remains entirely obscure.