Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
Is there any tool which can simulate and artificial attack on my private multichain
Is there any need for other database like mysql when working in multichain?
Is there any way to call Multichain API in synchronously in node JS ?
Is there any command to convert file data into hex format??
Is there any possible way to generate private/public key for particular json data?
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
Is there any possibilty upload file with encripted and download file with decription key in multichain
+1
vote
asked
Dec 13, 2017
by
ewall
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
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.
Please
log in
or
register
to add a comment.
...