unverbuggt

Results 36 comments of unverbuggt

have you tried setting `esm: true` and `webcrypto: true` like mentioned [here](https://unverbuggt.github.io/mkdocs-encryptcontent-plugin/features/security/#crypto-js-or-crypto-es-or-webcrypto)? Is the `navigation.instant` feature active? But these measures will only better the time in which the password field...

should be fixed by this [commit](https://github.com/unverbuggt/mkdocs-encryptcontent-plugin/commit/0bcc1aa4a48c0f897feeaee1a3194c1e4567d5c9). The decryption mask is only displayed at the end of init_decryptior. If decryption was successful, then mask isn't shown at all.

What kind of credentials would that be, and how can the webpage access these? Mkdocs generates a static webpage with no backend, and the encryptcontent plugin generates a keystore that...

The procedure is (from looking into this briefly): 1. You submit the credentials to some SSO provider 2. If the credentials are valid, you receive a token 3. This token...

Try injecting the template with this configuration: https://unverbuggt.github.io/mkdocs-encryptcontent-plugin/features/modifypages/#inject-decrypt-formtpl-to-theme But a user changed it like this recently: https://github.com/unverbuggt/mkdocs-encryptcontent-plugin/issues/82#issuecomment-3027769531

I'm not really familiar with blog plugin. So your problem is that some blog posts should be encrypted and some shouldn't? And when they are encrypted they still show up...