Skip to content

Wybxc/mdbook-pagecrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdbook-pagecrypt

docs.rs Crates.io Version GitHub Actions Workflow Status

Encrypt your mdbook-built site with password protection.

Inspired by pagecrypt.

Documentation can be found here. The documentation site is also a live demo of the library; the password is 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.

About

Encrypt your mdbook-built site with password protection.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors