XxBAJNOKxX / Microsoft-Reward-Chrome-Ext

A Chrome extension for Microsoft Rewards search, for accounts with two-factor authentication.
Apache License 2.0
15 stars 3 forks source link

Use uniform randomness for cvid generation and use hex instead. #1

Closed davidkra230 closed 10 months ago

davidkra230 commented 10 months ago

This changes the cvid generation to use crypto.getRandomNumbers on an 8-bit array of a length of 16 and converting each number to base 16 (hex), joining it with an empty separator, and making it upper case.