Fortune-Labs / RSA-Factoring-Challenge

Rivest–Shamir–Adleman Challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSA Factoring Challenge 🐱

This repo is just an attempt to read in and factorize a file of numbers.

Description of what each file shows:

  • factors - the program to factorize (Usage: time ./factors tests/test00)
  • tests/test00 - the file with the numbers

Environment

  • Language: Bash script
  • OS: Ubuntu 20.04 LTS

Author

About

Rivest–Shamir–Adleman Challenge


Languages

Language:Shell 82.6%Language:Python 17.4%