Skip to content

A small Java application created for my Cryptography course which checks the strength of a password key

Notifications You must be signed in to change notification settings

marc-hayek/Crypto-Key-Strength-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Crypto-Key-Strength-Checker

A small Java application created for my Cryptography course which checks the strength of a password key

Description

A java application which takes in a set of keys, formed by a product of two prime numbers, and outputs whether they are a strong or bad key. The application finds the factors of the keys, and compares them to a give minimum size to check if it is strong or bad.

The full project instructions and explanation is included in a word file.

About

A small Java application created for my Cryptography course which checks the strength of a password key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages