/ciphers

Ciphers project for USP Security classes

Primary LanguageMATLAB

ciphers

Ciphers project for USP Security classes.

Vagrant

This project uses Vagrant.

First install Vagrant and Virtual Box.

Boot the VM for this project:

$ vagrant up

If its your first time, vagrant will install all packages needed to run the ciphers of this project (See 'Resources/script/bootstrap.sh').

Access the VM:

$ vagrant ssh

Go to the project directory into the VM:

$ cd /vagrant

To run the octave files, execute:

$ octave -p src/ src/<filename>