https://hash.online-convert.com/sha256-generator
p = ‘password’
u = ‘user@aswat-telecom.com’
crypto.createHmac(‘sha256’, p).update(u + p).digest(‘base64’)
Output: 4ccgvwMeT5AY8HWSE45liouXfA5Iez8nBJhki36bZ28=
Modified on: Sun, 30 Jun, 2019 at 6:49 PM
https://hash.online-convert.com/sha256-generator
p = ‘password’
u = ‘user@aswat-telecom.com’
crypto.createHmac(‘sha256’, p).update(u + p).digest(‘base64’)
Output: 4ccgvwMeT5AY8HWSE45liouXfA5Iez8nBJhki36bZ28=
Did you find it helpful? Yes No
Send feedback