https://github.com/sondosaabed/file-carving-tool
This project was done as part of the Digital Forensics Analysis coursework, specifically the file carving tool.
https://github.com/sondosaabed/file-carving-tool
digital-forensics file-carving file-fragmentation file-recovery file-signatures fragmentation hash-based-search java sha-256
Last synced: 6 months ago
JSON representation
This project was done as part of the Digital Forensics Analysis coursework, specifically the file carving tool.
- Host: GitHub
- URL: https://github.com/sondosaabed/file-carving-tool
- Owner: sondosaabed
- License: mit
- Created: 2023-07-19T11:50:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T16:45:42.000Z (about 2 years ago)
- Last Synced: 2025-03-29T16:34:21.901Z (7 months ago)
- Topics: digital-forensics, file-carving, file-fragmentation, file-recovery, file-signatures, fragmentation, hash-based-search, java, sha-256
- Language: Java
- Homepage:
- Size: 1.36 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project was done as part of the Digital Forensics Analysis coursework, specifically the file carving tool.
# File-Carving-Tool
This project aims to develop a File carving Tool. To allow users to perform file fragmentation, hashing, and reconstructing the file. The project is implemented in java.
This report documents the development process of this project, it contains 4 parts. The first part is concerned with image creation and file choosing. Part two is about searching the file using its signature. Part 3, is about fragmentations and hashing of each of the files. Finally, a suggestion for enhancement is made.## Screenshots of the app
-- Home Scene:

-- Serach using a Signiture:

-- File Fragmentation

-- Hash Matching

-- Report Generating
