Giter Site home page Giter Site logo

jaydenl33 / cmatrix2.0 Goto Github PK

View Code? Open in Web Editor NEW
6.0 4.0 2.0 261 KB

Prints raindrops of RC4 Encrypted user-inputted plain text and then compressed that data with Hoffman compression

License: GNU General Public License v2.0

C 93.21% Makefile 6.48% Shell 0.32%
rc4 encryption encrypt hoffmann uts matrix matrix-rain c

cmatrix2.0's Introduction

Fund o C

Requirements

  • Prints characters flowing down in a line (get terminal width / set terminal dimensions)
  • Coloured output
  • Interactive menu; encrypt save/ decrypt load / exit / different colour themes
  • User data entered is filled up with random int’s
  • Pepe default file and theme to print : extension is to print matrix background
  • Compression of data / saved themes, etc…
  • Debug menu? Unit tests?? -d option/argument (encrypt and decrypt simple message)

Running the Application

The application is runnable per environment. Simply use the included makefile to clean, recompile all or recompile libraries. Note: The application requires $LINES and $COLUMNS to be available to the program. In your terminal, run:

export LINES=$LINES; export COLUMNS=$COLUMNS
make clean && make all
./main.out h # Displays the help menu
./main.out g # Prints raindrops using a random string

Using make:

  • make clean, cleans all .o, .a and program generated files created during the compile process.
  • make all, compiles all libraries and links them to the implementer (main.c).
  • make libraries, compiles all libraries but doesn't link them, this is useful for debugging purposes. Otherwise, in typical use, simply call make all.

Chaining commands:

  • The usual double-ampersand (&&) used in bash allows chaining makefile commands; make clean && make all

cmatrix2.0's People

Contributors

albert118 avatar jahmilli avatar jaydenl33 avatar lachlanleslie1995 avatar this-is-ben avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

jemy80

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.