File verification an validation C# library
C# knihovna pro verifikaci a validaci souborů
Authors
Supervisors
Reviewers
Editors
Other contributors
Journal Title
Journal ISSN
Volume Title
Publisher
České vysoké učení technické v Praze
Czech Technical University in Prague
Czech Technical University in Prague
Date
Abstract
Validace souborů mnohdy končí kontrolou jeho velikosti a přípony. I když něco takového ve většině případů naprosto stačí, najdou se i situace, kde je potřeba jít mnohem více do hloubky. Bohužel, existuje jen málo volně dostupných knihoven, které se zabývají velmi detailní validací souborů, se kterými běžně pracujeme na našich strojích. Cílem této práce je vytvořit knihovnu v jazyce C#, která bude schopna zkontrolovat soubory podle požadovaných parametrů - velikosti, přípony, kontrolního součtu apod. Zároveň bude schopna pro vybranou množinu formátů zjistit, zda se jedná o poškozené soubory, které není možné za pomoci běžných nástrojů otevřít. Součástí této kontroly bude i integrace existujících antivirových programů. Výsledná práce by měla poskytnout volně dostupnou alternativu pro programátory, kteří se ve svých projektech potýkají s problematikou detailní kontroly vstupních souborů a potřebují řešení, které je zdarma, které se dá snadno rozšířit o další funkcionalitu a které má uživatelsky přívětivé rozhraní.
The validation of a file often begins and ends with checking its size and extension. While this is often sufficient, there are some cases where a much more thorough validation is needed. Unfortunately, there are only a few open source libraries that focus on validating files we work with on a daily basis. The aim of this thesis is to create a library in C# that can check files based on specified parameters such as size, extension, checksum, etc. Furthermore, it will also be able to detect damaged files which can't be opened by any standard software. This process will also know how anti-virus engines can be integrated should such software be installed on a user's system. The result of this thesis should provide an open source alternative for programmers who are dealing with detailed file validation in their projects and are looking for a solution that is free, user-friendly and easily extensible with new functionality.
The validation of a file often begins and ends with checking its size and extension. While this is often sufficient, there are some cases where a much more thorough validation is needed. Unfortunately, there are only a few open source libraries that focus on validating files we work with on a daily basis. The aim of this thesis is to create a library in C# that can check files based on specified parameters such as size, extension, checksum, etc. Furthermore, it will also be able to detect damaged files which can't be opened by any standard software. This process will also know how anti-virus engines can be integrated should such software be installed on a user's system. The result of this thesis should provide an open source alternative for programmers who are dealing with detailed file validation in their projects and are looking for a solution that is free, user-friendly and easily extensible with new functionality.