ipfs file encryption:此存储库显示了在将文件上传到IPFS之前如何对其进行加密。 同样它可以解密和下载这些文件。 该解决方案同时使用RSA和
NodeJS中的IPFS文件加密 此仓库显示了如何在将文件上传到IPFS之前对其进行加密。 同样,它可以解密和下载这些文件。 该解决方案同时使用RSA和AES加密算法来实现最大的安全性。 安装 下载并安装IPFS CLI: ://docs.ipfs.io/install/command-line/#official-distributions 初始化IPFS: ipfs init 启动IPFS: ipfs daemon 在另一个提示下运行以下命令: git clone https://github.com/healzer/ipfs-file-encryption.git cd ipf
文件列表
ipfs-file-encryption-main.zip
(预估有个8文件)
ipfs-file-encryption-main
index.js
6KB
package.json
285B
assets
imgs
ipfs_encrypt.png
11KB
index.html
781B
package-lock.json
51KB
LICENSE.md
1KB
.gitignore
19B
暂无评论