An open API service indexing awesome lists of open source software.

https://github.com/mahanama94/productcipher


https://github.com/mahanama94/productcipher

cipher ciphers encryption

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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 be`encrypted-` or `decrypted-` depending on the process.

## Source

https://github.com/mahanama94/ProductCipher