virtualeconomy / js-v-sdk

[DEPRECATED and please use https://github.com/virtualeconomy/js-vsys instead] Java Script library for V Systems
https://www.npmjs.com/package/@virtualeconomy/js-v-sdk
MIT License
10 stars 5 forks source link

Encryption and keys #39

Closed vipertechofficial closed 3 years ago

vipertechofficial commented 3 years ago

Hello,

I am developing: da9e663w00861

I will be using Triplesec to encrypt the private key while the public keys among others will be stored on pouchDB, you will be able to download and upload your account into the app.

Could someone update the docs with concrete examples? Why don't we have a private key and a public key and like a , , with signature being handled by the sdk?

Anyway, I am very exited to participate to Vsys.

I know https://github.com/steemit/steem-js/tree/master/doc#subscriptions which is very simple, could a wrapper be developed in the real world.

EDIT: I understand a bit better the API, meanwhile, I've asked myself if there is any possibility to get trx history from the and how to set private key and public key as I want to encrypt the private key using Triplesec and save on text file the encrypted private key and the clear text public key or transaction address, also what is the difference? Should I create the account from the private key using a random string and then encrypt it using triplesec, how can I use the security provided by Triplesec?

Could I use Date now as a string in order to seed keys and then encrypt the pk using triplesec?