Pinning Encrypted Files to IPFS
Learn how to pin encrypted files to IPFS.
What is ipfs-add-from-encrypted?
ipfs-add-from-encrypted?1. Clone the ipfs-add-from-encrypted GitHub repository:
ipfs-add-from-encrypted GitHub repository:2. Navigate inside the new directory:
3. Start the IPFS daemon with the following command:
4. Run the following command to encrypt a single file, then upload it to IPFS. The output file will contain the encryption key to decrypt the file.
5. Then, navigate to the Filebase web console dashboard. Select the Buckets option from the side bar menu, then select an IPFS bucket or create a new IPFS bucket.

6. Select ‘Upload’ in the upper right corner.

7. Then select ‘CID’:

8. Input the CID returned from the command line and provide a file name to be associated with the CID:

9. Once added, the file will be listed in your bucket:

Last updated