Feature #43
Replace common/sha256.js with crypto.subtle
Start date:
07/02/2021
Due date:
% Done:
0%
Estimated time:
Description
All supported browsers provide built-in support for hashing and other cryptographic methods through built-in APIs. There are various complexities (asynchrocity, no direct support for strings, etc.); however, these should be minor or non-issues if or when gen_unique is reworked.
History
Updated by jahoti about 2 years ago
- Status changed from New to Rejected
As per
this is dependent on dropping the use of unfixed verifiers ("unique values"), which is properly a security-related discussion and not something currently being considered.