Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bfgasparin/ciphers
- Owner: bfgasparin
- Created: 2014-04-21T02:09:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-04T02:13:24.000Z (over 10 years ago)
- Last Synced: 2024-04-16T10:58:28.398Z (9 months ago)
- Language: Matlab
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 sshGo 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