文件名称:hugo_encryptor
文件大小:7KB
文件格式:ZIP
更新时间:2024-04-26 08:36:08
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-mod
----README-zh_CN.md(3KB)
----example_site()
--------.gitkeep(0B)
----Dockerfile(236B)
----requirements.txt(72B)
----shortcodes()
--------hugo-encryptor.html(1KB)
----README.md(3KB)
----.gitignore(95B)
----hugo-encryptor.py(5KB)
----CHANGELOG.md(4B)