EmbLogic's Blog

MULTIPLE DATA COMPRESSION 3-bit (2 key encryption)

Working file: ./header.h
head: 1.3
branch:
locks: strict
root: 1.3
access list:
symbolic names:
keyword substitution: kv
total revisions: 3;     selected revisions: 3
description:
in this file i had compressed the data of 3 bit codelength ie max 8 distinct character using approch
in this i had compressed the data in the chunks of 3 bit in a character ,in 1 character i had placed
3 bits of ist character,3 bits of 2nd character and 2 bits of the 3 chacter and the last bit of the
3rd character is stored in a charcter variable key,so the last bit of every 3rd variable is stored in the this vary char cter variable key
the encryption had become strong as have used masterarray,ndc and this key to decompressed the compressed variable
this concept is due the problem as under
As i have 8 distinct characters so i have to work on every 3bits of each index ,so that the code length increases
but here the code remain simple
—————————-
revision 1.3    locked by: root;
date: 2014/03/19 18:55:27;  author: root;  state: Exp;  lines: +7 -5
problem solved …code working perfectly for 3 bit
—————————-
revision 1.2
date: 2014/03/19 18:36:25;  author: root;  state: Exp;  lines: +9 -3
uncompressed string is hello howarh and the string decompressed is hellowho arh
removing errors

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>