Author

Topic: OmniWallet.org online wallet - how it works? (Read 143 times)

legendary
Activity: 1624
Merit: 2481
April 04, 2018, 09:23:37 AM
#4
While it can't be verified if they really only store the encrypted version, it would probably be more secure to check their github[1]
and download/compile the 'wallet' yourself.

This way you at least know what code is running in your browser.

[1] https://github.com/OmniLayer/omniwallet/
legendary
Activity: 2758
Merit: 6830
My guess: the private-key is decrypted (with your password) and temporarily stored locally. You are the one signing the transaction.

Edit: jackg came here first ;(
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
Their page says https://www.omniwallet.org/about

Quote
Private keys are never sent to the server except in an encrypted form

So how then they can sign transaction from address, if private key is encrypted ?

Ideally, most of these things work by having you give a password that decrypts the encrypted private key.

Such that, your addresses can be accessed, but all they have are strings of encrypted private keys, which only your password can decrypt. so it's you who signs the message from your end (instead of them).
jr. member
Activity: 115
Merit: 2
Their page says https://www.omniwallet.org/about

Quote
Private keys are never sent to the server except in an encrypted form

So how then they can sign transaction from address, if private key is encrypted ?
Jump to: