Is there any possibilty upload file with encripted and download file with decription key in multichain

+1 vote
asked Dec 13, 2017 by ewall

1 Answer

+1 vote
There is certainly no problem storing encrypted data in MultiChain, e.g. using large stream items. But the encryption and decryption would be done by your application rather than by MultiChain itself.
answered Dec 13, 2017 by MultiChain
How the encription is done by using large stream items, Can you Please help me to genrate encription key after upload the file.
This is not really in the scope of this forum, because there are endless ways to generate encryption keys, and to encrypt/decrypt - it depends on the programming language and operating system you use. You can start by looking at openssl if you're using Linux.
...