35 lines
921 B
Plaintext
35 lines
921 B
Plaintext
= SIO Project Report
|
|
Authors: Rúben Gomes (113435), João Bastos (113470), Tiago Garcia (114184) | 30/12/2024
|
|
:toc:
|
|
:toclevels: 3
|
|
:doctype: article
|
|
:source-highlighter: highlightjs
|
|
:icons: font
|
|
:stylesheet: style.css
|
|
:sectnums:
|
|
:sectlinks:
|
|
:!last-update-label:
|
|
|
|
<<<
|
|
|
|
== Introduction
|
|
|
|
This document serves as the final report for the SIO-2425 project. This project serves as a way to demonstrate the practical application of some of the concepts learned throughout the course (Authentication, Access Control, Session Management and Stored Cryptography). On a analysis perspective, it will be focused on the V2 (Authentication) chapter of the OWASP ASVS.
|
|
|
|
This report will cover the features implemented, the decisions made as a group, as well as results and conclusions of the project.
|
|
|
|
<<<
|
|
|
|
include::features.adoc[]
|
|
|
|
<<<
|
|
|
|
include::decisions.adoc[]
|
|
|
|
<<<
|
|
|
|
include::analysis.adoc[]
|
|
|
|
<<<
|
|
|
|
include::results_conclusions.adoc[] |