文件名称:hugo_encryptor:雨果帖子加密工具
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-02 16:07:33
Python
雨果加密器 Hugo-Encryptor是保护您的帖子的工具。 它使用AES-256加密您的帖子内容,并插入[removed]代码段以验证读者浏览器中的密码是否正确。 没有正确的密钥,没有人可以解密您的私人帖子。 安装 环境依赖性:Python3 步骤1:安装Hugo-Encryptor的所有要求 $ git clone https://github.com/Li4n0/hugo_encryptor.git $ cd hugo_encryptor $ chmod +x hugo_encryptor.py $ pip install -r requirements.txt 步骤2:创建符号链接(可选) $ ln -s /absolute/path/to/hugo_encryptor/hugo_encryptor.py hugo_encryptor.py 第3步:将symlink shortc
【文件预览】:
hugo_encryptor-master
----example_site()
--------.gitkeep(0B)
----shortcodes()
--------hugo-encryptor.html(1KB)
----README-zh_CN.md(3KB)
----Dockerfile(236B)
----requirements.txt(50B)
----.gitignore(84B)
----hugo-encryptor.py(5KB)
----CHANGELOG.md(4B)
----README.md(3KB)