Git Product home page Git Product logo

kryptomancer's Introduction

kryptomancer

kryptomancer

Build Status

An OpenSSL wizard (GUI), created in the context of IT Security subject, at Universidade da Beira Inteiror (UBI) . Open sourced for the greater good.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for various purposes.

Prerequisites

In order to be able to install and run the application you will need the following programs in your machine.

Docker >18 (optional)
Python >3.7
pip >18.1
pywebview >2.2.1 (optional)
Make >4.2.1 (optional)

pywebview is a python package, if you decide using it, pip install pywebview should be enough.

Installing

You can install and run the application in several ways.

Docker

Go to the root folder of the repository and, considering you have Docker installed on your machine, execute the following commands:

#The following command will build the app from an alpine image to keep it small
make build_app

#The next command will simply run the container
make start_backend

After that you have two options, you can open your browser and connect to the app there at 127.0.0.1:5000 or run it natively in your machine (Qt, GTK, Cocoa, WinForms)

Note: to be able to run the app natively you will need the python pywebview package installed in your machine.

python3 kryptomancer.py &

Just py+flask things

Go to the root folder of the repository and, considering you have python3 and pip installed on your machine, execute the following commands:

pip install -r Requirements.txt & \
python3 kryptomancer.py -env threaded &

After that you have two options, you can open your browser and connect to the app there at 127.0.0.1:5000 or run it natively in your machine (Qt, GTK, Cocoa, WinForms)

Note: to be able to run the app natively you will need the python pywebview package installed in your machine.

python3 kryptomancer.py &

Built With

  • Flask - The web framework used
  • pywebview - A cross-platform wrapper for web apps to display its content in a native window

Contributors

  • Hugo Carvalho - Maintainer - murlokito

  • António Matos - Maintainer - ajsmatos

  • João Silva - Initial work - JoaoSilva

  • Guilherme Poeta - Initial work - P0ETA

  • Pedro Marreiros - Testing Monkey - sombrito

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Prof. Pedro Inácio for the project assignment
  • Pedro Marreiros for being our testing monkey
  • Hat tip to anyone whose code samples were used in fixing our problems
  • Inspiration

kryptomancer's People

Contributors

ajsmatos avatar dependabot[bot] avatar hoakbuilds avatar

Stargazers

 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.