-
Product Cipher scheme is considered as the bridge between the modern and the classical cipher.
-
Instead of the single substitution and the single permutation in the classical ciphers, product ciphers use multiple permutations and substitution
Build the application using an IDE (Netbeans or any other)
-
The application can either encrypt or decrypt a given file.
-
The output will be avaialable in the base directory of the application.
-
The name of the file will be
encrypted-<file name>
ordecrypted-<file name>
depending on the process.