python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
not able to hash password in Expo IOS App
I am building an Expo App for IOS Phone. I have added login page which provides reset password mechanism. I have used Node.js program to reset the password and the new resetted password is saved as ha...
Poornima Gurudath
Votes: 0
Answers: 0
custom hashing algorithm to generate unique id using some alphanumeric string
I will need to generate one unique id with all digits, using some hashing algorithm. Currently I am having some base64 encoded id like "BTS_MDEyMzQ1Njc4OQ==_1". I wanted to generate the uniq...
sagar verma
Votes: 0
Answers: 0
Java, how to hash a string with low collision probability, specify characters allowed in output to decrease this
Is there any way to hash a string and specify the characters allowed in the output, or a better approach to avoid collisions when producing a hash of 8 characters in length.
I am running into a situat...
tpngr999
Votes: 0
Answers: 0
How to return corresponding items as an array in java
In the below code , I'm trying to implement the method getItemByManufacturer which should return the array of items for the manufacturer we test. I have tried to get the array of items for a particula...

Allen Hay
Votes: 0
Answers: 1