Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Implement multiprocessing on prime factorization #6

Open
martin-nohava opened this issue Nov 16, 2019 · 0 comments
Open

Implement multiprocessing on prime factorization #6

martin-nohava opened this issue Nov 16, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@martin-nohava
Copy link
Owner

1) Divide factorization into three parts

  • Find size of modulo in bites
  • Divide it accordingly into parts (for small modulos don't divide it)

2) Make system process for every part

  • Start 3 processes
  • In each process will be running brute force attack on one part of modulo
@martin-nohava martin-nohava added the enhancement New feature or request label Nov 16, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants