What is the data type to store user inputted bitwise operator
I have implemented Data Encryption Standard(DES) to encrypt a plain text and get the cipher from it. Though the DES uses 56 bit key , 64 bit block size and 16 rounds, to start from a simple code. I …