Crypto Page Whitepaper
  • Introduction
  • Disclaimers
  • Overview
    • Social media owned by the user
    • Project Description
    • Like... but better!
    • More than that!
  • Key modules
    • Interaction patterns
  • Technical aspects
    • Technologies used
    • Best practices
  • Page.Account
  • Page.Content
    • Page.Content ID
    • Arweave storage
    • Comments
    • Likes/Dislikes
    • Posts and comments burning
    • Transmission control
    • Metadata
    • Hidden posts and comments
    • Encrypted posts
    • Copyrights and reposts
  • Page.Token
    • Page.Token usage scenarios
    • Emission model
    • Content monetization
    • Calculation formulas for created tokens
    • Tips
    • Integration with DEX
    • Page.Token and Crosschain
  • Page.Community
    • Community Settings
    • Encrypted Communities
  • Page.SoulBound
  • Page.DAPP
  • Page.Mobile
  • Page.Messenger
  • Page.DAO
    • Supermoderator
  • Page.Treasury
  • Page.Marketplace
  • Page.Bank
  • Page.Registry
  • Page.Crosschain
    • Page.Crosschain.Root
    • Page.Сrosschain.Bridge
    • Page.Crosschain.Merkle
  • Page.SafeDeal
  • Page.Ads
  • Page.Identity
    • Verification via social networks
    • Verification via partners
    • CrossChain verification
    • Page.DAO and Page.Identity
  • Page.Future
  • Road Map
  • Links
Powered by GitBook
On this page
  1. Page.Content

Encrypted posts

Encrypted posts support

PreviousHidden posts and commentsNextCopyrights and reposts

Last updated 2 years ago

In some cases it is necessary to support the possibility of encrypting posts to restrict access to such posts. First of all, this functionality can be used in , but with the development of the Crypto.Page ecosystem additional scripts for such functionality may appear.

Support for encrypted posts is implemented using offchain solutions supported by the Crypto.Page team. If you need to create a post with encrypted content, the content of this post is encrypted in an external source, and the content which is already encrypted is uploaded to IPFS. For users who do not have access to the decryption key, such content will be presented as a set of meaningless characters. The metadata returned for such a post will contain images by default as the content of the post, while the encrypted post itself will be returned encrypted in a separate field in the metadata structure. A user with access to the decryption key will be able to decode such a post and gain access to the decoded original metadata.

The decryption and encryption keys are under the control of and may be different for different posts, communities, or change over time.

closed communities
Page.DAPP