RE: Introducing DSound: a decentralized sound platform using STEEM and IPFS

You are viewing a single comment's thread from:

Introducing DSound: a decentralized sound platform using STEEM and IPFS

in music •  7 years ago 

Love this idea and already resteemed your article. I will make sure to upload some music cover soon.

I'm currently working on a steemit sheduler with JS. Do you have any sweet links for encryption the posting key for the local storage? I dont want to save the key in plaintext and asked myself if there is any best practice for this. Thanks in advance!

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Well, that is an hot topic... I tested a multitude of libraries that said they supported browsers and I couldn't build or use any of those on the browser side to encrypt/decrypt the key... Then you have browser crypto as well, but it is not supported by all browsers in all forms... So I decided to implement my own version and use it instead, this way it is compatible and I have no problems with this browser or the other. Hope this helps! :)