B4A Library SaltyNinja - Secure Hash Algorithm

Hi again,

Here's another native hash algorithm, for security purposes, no source code will be provided.

B4X:
Dim hashFunc As SaltyNinja
Log(hashFunc.GetSalty("grape", "fruit"))

'Output:
'7a8a99977074e5469caad75c3723d9983cb2294d6e78e0e7e167ab90e85b492f090d2bfcfbae4a44ec2464d79018f9ff2efa4d0fd9e12d8904d89a99e3f7a015
 

Attachments

  • SaltyNinja.zip
    371.5 KB · Views: 225
Last edited:
Top