Izumiko / hugo-encrypt

Port of hugo_encryptor in golang
MIT License
39 stars 11 forks source link

Decryption not working. #5

Closed 0xv1n closed 3 years ago

0xv1n commented 3 years ago

After running password protected pages through this, the Decrypt button that is generated is not actually functioning. I see the SHA hashes being generated on the appropriate pages so I know it's processing the pages correctly, it just won't actually allow a user to decrypt.

Izumiko commented 3 years ago

In the latest commit, I use WebCrypto API instead of CryptoJS to decrypt the pages. Maybe you can try to revert the commit to see if it works.

0xv1n commented 3 years ago

Closing this issue, since it's not being addressed.