MetaMask Signature Issues – Resolving Unreadable Signature Request Messages

eipmetamasksignature

so reading EIP-712, it says

Currently signed messages are an opaque hex string displayed to the user with little context about the items that make up the message.

enter image description here

but isn't this wrong? because i see messages can be in string format where it's readable.
enter image description here

what's the difference?

Best Answer

The difference is that EIP-712 was started in 2017 and since then it has evolved. For example Metamask's signing API has several iterations to make it more usable and secure.

Related Topic