Home>
The task is as follows. "The script generates a cryptographically strong random key (SecureRandom, RandomNumberGenerator, etc. -required!) With a length of at least 256 bits, makes its move, calculates the HMAC (based on SHA2 or SHA3) from the move with the generated key, shows the user HMAC."
Please correct the question to reflect the specific problem with enough detail to be able to provide an adequate answer.
Дух сообщества2021-12-20 08:43:11nodeis.org /api /crypto.html
Alexey Ten2021-12-20 08:51:21Related questions
- javascript : Finding the same characters in a string
- javascript : Why am I getting sass is not a function error in gulp when using the gulp-sass module?
- javascript : How to query data with PostgreSQL in reverse order
- javascript : I want to UPDATE using placeholders in Node + MySQL
- javascript : A value different from the displayed value is UPDATEd to MySQL.
- javascript : How to partition an array from the server side
- javascript : How to run selenium webdriver on vps?
- javascript : Very long C code execution #
- javascript : Create a video conference
- javascript : How to track the addition of a new block to the page in puppeteer?
Well, just read the documentation for this very SecureRandom and RandomNumberGenerator, I guess?
andreymal2021-12-20 08:42:34