Skip to content

Opening book details…

About this document

Simple Permutation Encryption Program by Nimisha is a document available to read on EtoBox.

The document describes a C++ program that implements a simple permutation encryption and decryption technique. The encryption program takes a message as input, generates all permutations of the letters, and outputs the encrypted options. The decryption program takes an encrypted message, generates all permutations again, and checks if it matches the original message to output the decrypted text.

Author
Nimisha
Language
EN