Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bfgasparin/ciphers

Ciphers project for USP Security classes
https://github.com/bfgasparin/ciphers

Last synced: about 2 months ago
JSON representation

Ciphers project for USP Security classes

Awesome Lists containing this project

README

        

ciphers
=======

Ciphers project for USP Security classes.

Vagrant
-------

This project uses [Vagrant][vagrant_url].

First install [Vagrant][vagrant_url] and [Virtual Box][virtual_box_url].

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/

[vagrant_url]: http://www.vagrantup.com
[virtual_box_url]: https://www.virtualbox.org