thomashamamji / rsa-security-analysis

RSA keys project aims to analyze the security of keys with different bit sizes, ranging from 32 to 256 bits. The project includes statistical analysis on issues to elucidate why certain key sizes should be avoided for encryption.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSA Keys analysis project

Description

RSA keys project aims to analyze the security of keys with different bit sizes, ranging from 32 to 256 bits. The project includes statistical analysis on issues to elucidate why certain key sizes should be avoided for encryption.

Steps to execute the project

Project initilisation

	make
	bash init.sh

Keys generation

	bash generate.sh

Key duplicates detection

	bash keycopies.sh

Prime numbers analysis

	bash primecopies.sh

About

RSA keys project aims to analyze the security of keys with different bit sizes, ranging from 32 to 256 bits. The project includes statistical analysis on issues to elucidate why certain key sizes should be avoided for encryption.


Languages

Language:Python 82.2%Language:C 8.8%Language:Shell 8.5%Language:Makefile 0.5%