Git Product home page Git Product logo

obscura's Introduction

Obscura

Obscura is a Java program that implements the OpenPGP standard. It is intended primarly as a source of exercises and assignments for students in my Secure Programming class at Vermont State University (as well as possibly other classes). Thus its primary purpose is educational.

Setting Up

To get set up for doing Obscura development, follow these steps:

  1. Install a suitable Git client for use with GitHub. There are several choices, depending on your development platform. On Linux systems you can just install the appropriate package and use the command line client.

  2. Clone this repository using the Git URL available here.

  3. If you don't want to bother with an IDE, be sure you have a modern version of Maven installed and in your path. You can then use the Maven goals described below.

  4. If you want to use an IDE, be sure that it supports Maven integration. After installing your IDE, import the pom file in this project to get started. For IntelliJ, select "import project" from the menu on the opening screen, then be sure to select "import from an external model" using "Maven" as the model type. All other defaults should be fine.

Maven Goals

The following goals might be useful:

mvn compile  # Compiles the program.
mvn test     # Compiles and executes unit tests.
mvn package  # Builds the executable jar file (in the target folder).
mvn javadoc:javadoc  # Builds the Javadoc API documentation (in target/site/apidocs).
mvn spotbugs:gui     # Executes the Spotbugs analysis tool in GUI mode.
mvn exec:exec        # Builds PDF version of the main documentation (in doc) [Not Implemented!]

Peter Chapin
[email protected]

obscura's People

Contributors

pchapin avatar

Watchers

 avatar  avatar

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.