+ 2
how can we implement any encryption algorithm in C++ such as something similar tO DES
Like one round of DES if we ignore the tables of permutation Just Apply Methods like XOR , AND , OR Eg we take a word HELP how to encrypt it and Decrypt it in C++ by applying these methods
0 Answers