Chococoin / EncryptedNFT-Documents

a simple means of storing encrypted NFT images on IPFS and storing the key inside smart contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# EncryptedNFT-Documents (Private EVM Network)

launch DApp

launch app to Encrypt Image or use a means of encrypting your image:

https://github.com/QCloud-DevOps/EncryptedNFT-Documents.git
cd safedun-server
python3 server.py
#Running on http://127.0.0.1:5000

launch EncryptedNFTs.sol

  1. Encryption Key should be a sha256 hash of original the image hash + "randomKey"
  2. Uniform Resource Identifier
{
    "Document":"Encrypted File",
    "Document_Hash":"2f9cc5904219eeb7851b51fca0f3b857081a138",
    "url":"https://ipfs.io/ipfs/Qmgszg13pYrDKEoiu"
}

Encrypted NFTs

About

a simple means of storing encrypted NFT images on IPFS and storing the key inside smart contracts


Languages

Language:JavaScript 82.0%Language:Solidity 18.0%