diff --git a/.forestry/front_matter/templates/blog-post.yml b/.forestry/front_matter/templates/blog-post.yml index bcaa4f3d..caf18208 100644 --- a/.forestry/front_matter/templates/blog-post.yml +++ b/.forestry/front_matter/templates/blog-post.yml @@ -190,6 +190,7 @@ pages: - src/_blog/opensea-decentralizes-and-persists-nft-storage-with-ipfs-and-filecoin.md - src/_blog/own-your-identity-with-ion.md - src/_blog/recapping-nfthack-with-ipfs-and-protocol-labs.md +- src/_blog/skiff-integrates-ipfs-to-bring-decentralization-and-encryption-to-consumers.md - src/_blog/spring-university-hackathons-roundup.md - src/_blog/storing-nfts-on-ipfs.md - src/_blog/understanding-the-three-fundamental-principles-of-how-ipfs-works.md diff --git a/src/_blog/releasenotes.md b/src/_blog/releasenotes.md index 0ee9ec02..d58417c0 100644 --- a/src/_blog/releasenotes.md +++ b/src/_blog/releasenotes.md @@ -4,6 +4,20 @@ type: Release notes sitemap: exclude: true data: +- title: js-ipfs 0.60.0 + date: 2021-11-12 + publish_date: + path: https://github.com/ipfs/js-ipfs/releases/tag/ipfs%400.60.0 + card_image: "/header-image-js-ipfs-placeholder.png" + tags: + - js-ipfs +- title: js-ipfs 0.59.0 + date: 2021-09-24 + publish_date: + path: https://github.com/ipfs/js-ipfs/releases/tag/ipfs%400.59.0 + card_image: "/header-image-js-ipfs-placeholder.png" + tags: + - js-ipfs - title: go-ipfs v0.10.0 has been released! date: 2021-10-01 publish_date: diff --git a/src/_blog/skiff-integrates-ipfs-to-bring-decentralization-and-encryption-to-consumers.md b/src/_blog/skiff-integrates-ipfs-to-bring-decentralization-and-encryption-to-consumers.md new file mode 100644 index 00000000..b6a1794e --- /dev/null +++ b/src/_blog/skiff-integrates-ipfs-to-bring-decentralization-and-encryption-to-consumers.md @@ -0,0 +1,39 @@ +--- +title: Skiff Integrates IPFS to Bring Decentralization and Encryption to Consumers +description: Skiff’s integration of IPFS means files can be stored and shared with + security, persistence, and privacy. +author: '' +date: 2021-11-15 +permalink: "/2021-11-15-Skiff-Integrates-IPFS" +translationKey: '' +header_image: "/141825890-129bcd79-cf23-4dd2-bb98-605684ca26fe.jpg" +tags: [] + +--- +## Skiff Integrates IPFS to Bring Decentralization and Encryption to Consumers + +Skiff’s integration of IPFS means documents and files can be stored and shared with security, persistence, and privacy. + +Today, [Skiff](https://www.skiff.org/) has announced its integration of the Interplanetary File System (IPFS) to add a secure, persistent, and decentralized storage layer to its collaboration product. + +Skiff is now open to the public! Learn more below, or jump right in at [app.skiff.org/signup](http://app.skiff.org/signup) + +## Catching up with Skiff + +Skiff is a private, decentralized, and end-to-end encrypted workspace for the modern web. Today, most collaboration platforms rely on centralized servers, which moderate document state, collaborative changes, and content sharing through Operational Transforms \[OT\]. + +These OT solutions, though swift and efficient, suffer from the shortcomings of centralization. Most notably, lack of privacy. In order to manage document state, OTs must also, by necessity, have access to all the information created within the document itself. + +Skiff solves the tension between collaboration and privacy by offering a solution: a decentralized, open-source collaboration and document management software that is fully end-to-end encrypted to preserve privacy. Skiff’s product uses a “conflict-free replicated data type” (CRDT), which allows multiple independent parties to maintain, update, and merge documents. CRDTs are not a new concept for the world of collaboration technology, but only recently have reached the throughput and efficiency needed to enable a consumer-facing application that can mimic the efficiency of OTs without the drawbacks of centralized privacy. + +## Skiff x IPFS + +Skiff and Protocol Labs are collaborating to fully integrate IPFS and decentralized storage into Skiff. The result will be a collaboration management application in which users can store files, images, content, PDFs, and more all through IPFS. + +![](https://lh3.googleusercontent.com/j-qBvHALYIh87zyMuL6mKJH-h4bthqgqCRddeoh6j70AOWLj2HSsdtgc-3J6k9ItU-jxmI7Mt_mdwBy2VgkG9wj32REP15zmgcVYEw8btQrNGBX10y7326CdlKegFfbnrAERL4Y =624x312) + +Skiff’s integration of IPFS retains the end-to-end encryption that Skiff users expect as a cornerstone of the system. Skiff and IPFS will continue to collaborate to roll out the capabilities of document management within the decentralized storage ecosystem. + +Sign up and get started with Skiff: [app.skiff.org/signup](http://app.skiff.org/signup) + +Learn more and stay up to date with Skiff: [Website](https://www.skiff.org/) | [Twitter](https://twitter.com/skiffprivacy) \ No newline at end of file diff --git a/src/assets/141825890-129bcd79-cf23-4dd2-bb98-605684ca26fe.jpg b/src/assets/141825890-129bcd79-cf23-4dd2-bb98-605684ca26fe.jpg new file mode 100644 index 00000000..70a17ec6 Binary files /dev/null and b/src/assets/141825890-129bcd79-cf23-4dd2-bb98-605684ca26fe.jpg differ