https://github.com/mahanama94/productcipher
https://github.com/mahanama94/productcipher
cipher ciphers encryption
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahanama94/productcipher
- Owner: mahanama94
- Created: 2017-04-09T09:05:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T15:02:02.000Z (about 9 years ago)
- Last Synced: 2025-05-24T14:55:53.497Z (about 1 year ago)
- Topics: cipher, ciphers, encryption
- Language: Java
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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