Product Cipher - File Based

Overview

  • 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

Installation

Build the application using an IDE (Netbeans or any other)

Storage

  • 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 beencrypted-<file name> or decrypted-<file name> depending on the process.

Source

https://github.com/mahanama94/ProductCipher