-
Notifications
You must be signed in to change notification settings - Fork 229
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
Dzien_3 rozw. #1
base: master
Are you sure you want to change the base?
Conversation
wychoddzi inny 'sha256' niż jest w treści zad.: 3843d52c1d256ddd5137d7665d743ab153fe39067572564a41659c388548d794 zamiast 4f7ae6569b55cb6275423ca1cdf31475e607da1d5204c110a58fb480c96e6eca
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bardzo eleganckie rozwiązanie.
hash === MY_PWD_HASH && console.log('hasło: ', pass, 'algorytm: ', alg); | ||
}); | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eleganckie rozwiązanie.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dzięki!
|
||
let pass = ''; | ||
const text = "Pobawmy się jak komputerowy Detektyw".split(' ').forEach(word => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super, cieszę się, że wybrałeś ten sposób!
No description provided.