Encrypt and upload an image file to IPFS
In Chrome browser extension, i want to encrypt and upload an image file to IPFS, and then download the same file and decrypt it. The browser extension is a client side javascript environment. To achieve this, i need to use nodejs library. To access nodejs…