Convert encrypted password to image asynchronously #72
Labels
enhancement
New feature or request
gssoc24
This issue can be picked up by participants of GSSoC 2024
level1
GSSoC Level 1 - 10 points task
Milestone
The encrypted password is converted to data URL in
frontend/src/components/EncryptPassword/EncryptPassword.js
. This slows down the experience when download image button is clicked. This process of converting the string to data URI can be done asynchronously after the encrypted password is fetched and stored in local storage. When download is clicked, it can be loaded from local storage, thus instantly downloading after the button is pressed.The text was updated successfully, but these errors were encountered: