Can you please tell me what should be the quality of an encryption function using a key size of 256 bits... I realized from my previous question that a simple XOR of plaintext (256 bits) with a suitable key of same size is totally unsafe, as the key can be totally recovered by a simple known plaintext attack. I was trying to implement my own cipher as a project for fun ! Thankyou everyone in advance... !
$\begingroup$ $\endgroup$
2 - 3$\begingroup$ Does this Q&A your question? $\endgroup$SEJPM– SEJPM2019-12-17 16:49:35 +00:00Commented Dec 17, 2019 at 16:49
- $\begingroup$ @SEJPM Thankyou for that ! $\endgroup$Aravind A– Aravind A2019-12-17 17:34:33 +00:00Commented Dec 17, 2019 at 17:34
Add a comment |