R.Laxmi
About Candidate
The basic idea of this project is to combining the two processes(compression and encryption) is to add a pseudo random shuffle into a data compression.
The aim behind the shuffling process is to get the different Huffman table for the original Huffman tree by shuffling nodes in the tree. Using the numbers generated by pseudo random generator, nodes in the Huffman tree are shuffled
So in this new algorithm compression and encryption is done simultaneously