Master theses
Randomness Testing of the Elephant Stream Cipher
Author
Jiří Hájek
Year
2023
Type
Master thesis
Supervisor
Mgr. Olha Jurečková
Reviewers
Mgr. Tomáš Rabas
Department
Summary
This thesis presents an analysis of the randomness of the Dumbo instance of the Elephant cipher. The author used various statistical tests, including tests from NIST's Statistical Test Suite, the d-monomial test and cube testers.
The results showed that Dumbo passed the majority of the tests from NIST's STS with only a few failures that were not considered significant. The d-monomial test also showed no bias in any particular keystream bit. The most significant finding of this work was the discovery that Dumbo had difficulty passing the balance test from the family of cube testers as some keystream bits only passed every other test case and many cubes resulted in a pass rate of around 20 %.
The thesis concludes that Dumbo demonstrates good randomness properties overall but highlights the need for further investigation of this cipher to identify any potential major issues.
Malware Detection Using Visualization Techniques
Author
Ihor Salov
Year
2024
Type
Master thesis
Supervisor
Mgr. Olha Jurečková
Reviewers
Ing. Filip Kodýtek, Ph.D.
Department
Summary
Recently machine learning (ML) techniques become very popular in many areas, including natural language processing, voice/image recognition, etc. The goal of this master thesis is to create a technique of malware detection by using image visualization. As a method of gaining information
from converted malware samples classification using Convolutional Neural Network (CNN) detection was chosen. The malware sample represented as byte array is first converted to gray-scale
or RGB image and then fed as input to CNN.