The essence of this project is to develop an algorithm for decryption. The program accepts a corket value, which is encrypted with the special character ? and depending on this, the necessary parameter does not go, selecting them from among the possible ones. The algorithm reminds you all of the familiar brute force, but for good purposes - encryption and data protection.
Encryption is the process of converting plain text into cipher text, i.e. converting the text from readable format to nonreadable format to secure the conversation between two parties or from the unauthorized person; on the other hand, Decryption is the process of converting ciphertext into plain text, i.e. converting the non-readable text into readable text which anyone can understand. Both methods use secret keys to perform desired operations.