Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.76 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.76 KB

CAFF Store

This repository contains the Computer Security homework of team Grotesque Gecko (fall of 2020)!

Native component

Quality gate

This component is implemented using C/C++ and its goal is to parse CAFF files. The sources for the component can be found in the native folder.

The component has a Java binding that will enable the server side code to call the CAFF parser. The sources or the Java binding can be found in the native-component folder.

Server side application

Quality gate

This component is implemented in Java using Spring and Hibernate and its goal is to provide an API for the CAFF Store. The sources for the component can be found in the backend folder.

Client side application

Quality gate

This component is implemented as an Android application using Kotlin. The sources for the component can be found in the client folder.