You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DApps (blockchain-based apps) use signing transactions for authentication instead of the troublesome passwords. They will also be using keys managed by wallets for encryption and identity management.
There is two lines of thought evolving:
Really Powerful Wallet. Wallet acquires more and more app features. Allows to search for data, view, edit, etc.
Standalone Wallet. Wallet is a separate app, open sourced, peer-reviewed, as thin as possible, which communicates with other apps on a local machine only to sign, encrypt, etc. but does not have any network access privileges itself. This allows the Wallet to be written in any language. Possibly easier to put on a dongle/hardware device.
Wallet as a library/SDK. More secure as there is no network traffic, even locally on a device. Less secure as an app may access the keys maliciously. Requires wrappers for every language.
The text was updated successfully, but these errors were encountered:
DApps (blockchain-based apps) use signing transactions for authentication instead of the troublesome passwords. They will also be using keys managed by wallets for encryption and identity management.
There is two lines of thought evolving:
The text was updated successfully, but these errors were encountered: