What is Nostr?
fishcake / The Fishcake πŸΆπŸΎπŸŸπŸŽ‚πŸ‡―πŸ‡΅
npub137c…k37w
2024-03-27 11:40:24
in reply to nevent1q…g53f

fishcake on Nostr: Something like that? πŸΆπŸΎπŸ€” function hashPhoneNumber(phoneNumber): hashedValue ...

Something like that? πŸΆπŸΎπŸ€”

function hashPhoneNumber(phoneNumber):
hashedValue = ""

for each digit in phoneNumber:
if hashedValue is empty:
hashedValue = argon2Hash(digit)
else:
concatenated = hashedValue + digit
hashedValue = argon2Hash(concatenated)

return hashedValue
Author Public Key
npub137c5pd8gmhhe0njtsgwjgunc5xjr2vmzvglkgqs5sjeh972gqqxqjak37w