Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Домашняя работа №8 #11

Merged
merged 4 commits into from
Dec 12, 2023
Merged

Домашняя работа №8 #11

merged 4 commits into from
Dec 12, 2023

Conversation

arhostcode
Copy link
Owner

Сделана домашняя работа №8

  1. Реализованы сервер, клиент и контейнер цитат
  2. Реализован FixedThreadPool, выполняющий задачи в определённом количестве потоков.
  3. Реализован Дешифратор паролей из MD5.
    Алгоритм из задания 3 строит все возможные пароли, состоящие из 4-6 символов: строчных букв латинского алфавита и цифр.
    В среднем однопоточная версия работает >5 минут для словаря 8 паролей 4-6 символов.
    Многопоточная версия 12 потоков расшифровывает тот же словарь за минуту.

Copy link

github-actions bot commented Nov 28, 2023

Code Coverage

Overall Project 91.83% -0.91% 🍏
Files changed 93.28% 🍏

File Coverage
QuotesStorage.java 100% 🍏
User.java 100% 🍏
SingleThreadPasswordDecoder.java 100% 🍏
FibonacciComputer.java 100% 🍏
ParallelPasswordsDecoder.java 96.3% -3.7% 🍏
AbstractPasswordsDecoder.java 94.05% -5.95% 🍏
FixedThreadPool.java 93.17% -6.83% 🍏
QuotesServerWorker.java 92.81% -7.19% 🍏
QuotesClient.java 88.57% -11.43% 🍏
QuotesServer.java 88.44% -11.56% 🍏

@arhostcode arhostcode added the homework Homework tasks label Nov 28, 2023
@arhostcode arhostcode merged commit 4e34816 into main Dec 12, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
homework Homework tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant