mdbook-pagecrypt

Crates.iomdbook-pagecrypt
lib.rsmdbook-pagecrypt
version0.1.0
sourcesrc
created_at2024-06-27 08:47:49.01723
updated_at2024-06-27 08:47:49.01723
descriptionEncrypt your mdbook-built site with password protection.
homepage
repositoryhttps://github.com/Wybxc/mdbook-pagecrypt
max_upload_size
id1285220
size110,462
(Wybxc)

documentation

README

mdbook-pagecrypt

Encrypt your mdbook-built site with password protection.

Inspired by pagecrypt.

Installation

cargo install mdbook-pagecrypt

Usage

Add the following to your book.toml:

[output.pagecrypt]
password = "secret"
rounds = 600_000 # optional, rounds in password hashing

And then run mdbook build to encrypt the site.

Commit count: 5

cargo fmt