I read in the answer here that when encrypting twice the plain text with same key could result in plain text as shown below
$encrypt_{key}((encrypt_{key}(plain)) = plain $
Which block-cipher algorithms are they? What is this property called in general? Is it considered weak?
Edit 1 : the question is about block ciphers, not block cipher modes of operation Edit 2 : added more clarity to the question through an equation