Cryptanalysis of pseudorandom number generator

A pseudorandom number generator (PRNG) is an algorithm for generating a sequence of random-like numbers. This project will be looking into the implementation and details of Mersenne Twister and investigating its possible vulnerability. This project aims to investigate the possible vulnerability of t...

Full description

Saved in:
Bibliographic Details
Main Author: Huang, Ruimin
Other Authors: Tay Kian Boon
Format: Final Year Project
Language:English
Published: Nanyang Technological University 2024
Subjects:
Online Access:https://hdl.handle.net/10356/175153
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:A pseudorandom number generator (PRNG) is an algorithm for generating a sequence of random-like numbers. This project will be looking into the implementation and details of Mersenne Twister and investigating its possible vulnerability. This project aims to investigate the possible vulnerability of this PRNG and thus reduce the possibilities of attacks leveraging this vulnerability.