Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prusnak/ipfs-ce
InterPlanetary File System - Convergent Encryption
https://github.com/prusnak/ipfs-ce
Last synced: about 1 month ago
JSON representation
InterPlanetary File System - Convergent Encryption
- Host: GitHub
- URL: https://github.com/prusnak/ipfs-ce
- Owner: prusnak
- License: mit
- Created: 2015-10-07T22:29:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-07T22:29:45.000Z (over 9 years ago)
- Last Synced: 2024-12-16T16:06:03.558Z (about 1 month ago)
- Language: Shell
- Size: 117 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
IPFS-CE
=======InterPlanetary File System - [Convergent Encryption](https://en.wikipedia.org/wiki/Convergent_encryption) - Proof of Concept.
Discussion: https://github.com/ipfs/notes/issues/63
Run `pip install base58` to install base58 cli tool.
Distributed under MIT License.
Example:
--------```
./ipfs-ce-add LICENSE
H_c: QmYKQjr97Aui3L5CmVR4KDxaKTcYYpRVQjNQayPtSfe2K5
H_p: QmVpg5PsXA83F2H8QYhCnsTmKtmwZSKh4Dq6mGgzRPCoQY./ipfs-ce-get QmYKQjr97Aui3L5CmVR4KDxaKTcYYpRVQjNQayPtSfe2K5 QmVpg5PsXA83F2H8QYhCnsTmKtmwZSKh4Dq6mGgzRPCoQY LICENSE.new
```