Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 2.11 KB

File metadata and controls

50 lines (44 loc) · 2.11 KB

Lighthouse Notes API server

Lighthouse Notes is a source available digital forensics note taking application
Report Bug · Request Feature · Get Support

About

Lighthouse is a university dissertation project which implements a source available digital forensics note taking application. With the following features:

  • Authentication / Authorization
  • User management
  • Case management
  • Basic exhibit management
  • Timestamped contemporaneous notes
  • Custom tabs
  • Image / Picture uploads
  • Exhibit and user tagging
  • MD5 and SHA256 hashing
  • Storage of notes, tabs and images in a S3 bucket (encrypted using SSE-KMS)
  • Localization settings
  • Audit log

This repository holds the source code and builds for the API server part of the application.

References