hexo-encrypt:加密帖子内容

时间:2024-05-31 06:51:59
【文件属性】:

文件名称:hexo-encrypt:加密帖子内容

文件大小:19KB

文件格式:ZIP

更新时间:2024-05-31 06:51:59

JavaScript

描述 If you want to make a permission for one post, (eg:enter an password to view the content) 那么这个hexo插件适合您。 测试页 http://www.edolphin.site/2016/05/31/encrypt-test/ password is 123456 安装 npm install hexo-encrypt 在hexo根目录中,编辑package.json,在依赖关系范围内添加以下代码 "hexo-encrypt": "^0.2.0", 特征 使用AES加密一个帖子内容 在您的img存储库中使用qiniu私有空间(如果要使用此功能,您应该先获得一个qiniu帐户,然后在Google上寻求帮助) 将本地img编码为base64类型,然后在html中内联 用法 配置加密密码 在_c


【文件预览】:
hexo-encrypt-master
----index.js(4KB)
----package.json(629B)
----package-lock.json(45KB)
----.eslintrc.js(3KB)
----.gitignore(14B)
----lib()
--------conf_url.js(1KB)
--------url_gen_base64.js(1KB)
--------conf_post.js(2KB)
--------url_gen.js(470B)
--------url_gen_qiniu.js(827B)
--------conf_global.js(1KB)
----README.md(5KB)
----.tern-project(34B)

网友评论