EmbLogic's Blog

My log

RCS file: header.h,v
Working file: header.h
head: 1.1
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
It contains the various headers files and different function calls which are used in the entire program.
—————————-
revision 1.1
date: 2015/06/25 17:34:43; author: ankit; state: Exp;
Initial revision
=============================================================================

RCS file: mdc.c,v
Working file: mdc.c
head: 1.2
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 2; selected revisions: 2
description:
This set of codes open the source to read the characters.
It counts the number of characters in the source file.
It generates the encryption key file containing the unique characters.
It calculates the length of the code(in bits).
We generates our own code for each character.
—————————-
revision 1.2
date: 2015/06/25 17:40:26; author: ankit; state: Exp; lines: +1 -0
A comment is added before the write_file() function definition.
—————————-
revision 1.1
date: 2015/06/25 17:23:36; author: ankit; state: Exp;
Initial revision
=============================================================================

RCS file: encp.c,v
Working file: encp.c
head: 1.1
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 1; selected revisions: 1
description:
This set of codes reads the source and encryption_key files to read each character.
It generates the code for each character of the source file according to the index in the encryption key file.
Source file will be compressed and encrypted.
Compressed file will be stored in file ‘cfile’.
—————————-
revision 1.1
date: 2015/06/25 17:31:21; author: ankit; state: Exp;
Initial revision
=============================================================================

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>