在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:whs/ipfs-encrypted-share开源软件地址:https://github.com/whs/ipfs-encrypted-share开源编程语言:JavaScript 99.5%开源软件介绍:IPFS Encrypted ShareCurrent version: 1.0.0 Encrypted file uploader for IPFS, similar to Mega SecurityThis use libsodium, so it should be quite safe to use. However, I'm not a cryptography expert and this code is not audited, so use it at your own risk. Technical detailsEncryptionFiles are encrypted with libsodium stream encryption. The encryption key are randomly generated every time and stored as urlsafe unpadded base64 in URL fragment (not transmitted to gateway or IPFS). MetadataFile metadata is stored at /metadata.json. It contains 2 keys:
The encrypted metadata is the first message in the stream. It is a JSON with the following keys:
This message has the tag File piecesThe file are splitted to pieces, each 5MB in size. (limited by libsodium.js heap size) They are encrypted and stored at /pieces/ The final piece has the tag LicenseLicensed under the MIT License |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论