目录
96 字
1 分钟
Encryption Example
Password Protected Post
This is an example of a password-protected post in the Twilight theme. The content below is encrypted using AES and can only be viewed by entering the correct password.
Frontmatter Example
1---2title: Encryption Example3published: 2020-02-024encrypted: true5password: "your-password"6...7---encrypted- Whether encryption is enabled for the post.password- The password required to unlock the content.
Note
WarningDo not use this for extremely sensitive information like bank passwords or private keys. The encryption happens on the client side, and the password itself is stored in the post’s metadata (though usually not displayed directly).
我去
部分信息可能已经过时