Posts by Murillo Rodrigues • 1 point
2 posts
-
-1
votes1
answer266
viewsQ: How to generate the SHA-1 hash
I am configuring my project to implement login with Google, however I am having some difficulties it asks for the SHA-1 key, and I do not know which commands should use to generate the key. Google…
-
-1
votes1
answer229
viewsQ: How to calculate the product of multiplication of the elements of an array of numbers?
How to go through an array of numbers and calculate the multiplication result of all their elements? For example, with [1, 4, 7] get 28, which is 1 * 4 * 7.
javaasked Murillo Rodrigues 1