Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement token hashing in ref ui #32

Open
cptn-solo opened this issue Oct 19, 2021 · 0 comments
Open

Implement token hashing in ref ui #32

cptn-solo opened this issue Oct 19, 2021 · 0 comments
Labels

Comments

@cptn-solo
Copy link
Owner

Array.from(new Uint8Array(await crypto.subtle.digest("SHA-256", new TextEncoder("utf-8").encode("teststring")))).map(byte =>
("00" + byte.toString(16)).slice(-2)).join("");
https://stackoverflow.com/questions/47329132/how-to-get-hmac-with-crypto-web-api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant