therockstorm / privacy-protect

Securely share and store passwords and sensitive files.
https://www.privacyprotect.dev/
MIT License
137 stars 18 forks source link

Website not working. Does not accept any password as correct. #35

Closed pauldcunningham closed 1 year ago

pauldcunningham commented 1 year ago

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

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
therockstorm commented 1 year ago

Thanks! This should fix it.