Here's a short example how to generate a HMAC SHA256 hash (via passphrase). It's good to "sign" messages as a passphrase is used to hash a message,
Taken from: https://techtutorialsx.com/2018/01/25/esp32-arduino-applying-the-hmac-sha-256-mechanism/
Globals:
Public hmackey(255) As Byte
Public...
Wikipedia: Google Authenticator
Most websites where you have to log in offer to protect your account by using a multi-factor authentication. Here you can use an app like Google Authenticator (GA) which shows a 6 or 8 digit number which you have to type in when you log in.
How it works:
The...
Ola
Was recently requested to look at this by a friend, for encryption
1. Download this repo here to get the md5 javascript resource
https://github.com/blueimp/JavaScript-MD5
2. In your BANano project, add the javascript file
BANano.Header.AddJavascriptFile("md5.min.js")
3. Add this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.