Closed pauldcunningham closed 1 year ago
Encrypting a secret on the website works as expected. Decrypting does not work with any password.
Go to https://www.privacyprotect.dev/ message: my secret password: 1234 Click "Conceal and download secret"
Resulting .html cannot be decrypted in Chrome or Firefox
Chrome
2023-10-25T00 25 27.secret.html:186 Uncaught TypeError: Cannot read properties of undefined (reading 'passwordHint') at init (2023-10-25T00 25 27.secret.html:186:16) at onload (2023-10-25T00 25 27.secret.html:266:25)
Firefox
Uncaught TypeError: config is undefined init file:///C:/Users/xxxx/Downloads/2023-10-25T00 25 27.secret.html:186 onload file:///C:/Users/xxxx/Downloads/2023-10-25T00 25 27.secret.html:1
Thanks! This should fix it.
Summary
Encrypting a secret on the website works as expected. Decrypting does not work with any password.
Reproduction steps
Go to https://www.privacyprotect.dev/ message: my secret password: 1234 Click "Conceal and download secret"
Resulting .html cannot be decrypted in Chrome or Firefox
Chrome
Firefox