Hmm, yes it's true that I was not very clear, I wanted to talk about checking the SegtWit Signatures ( As mentioned @bitmover ).
I don't have much knowledge in javascript but if you are looking for some opensource scripts from github take a look at this links below it might help you to make your own JavaScript program that could sign and verify addresses.
- https://github.com/bitcoinjs/bitcoinjs-message
Just added this how to do sign and verifying works.
- https://bitcointalksearch.org/topic/how-to-sign-a-message-990345
Okay, thanks for sharing, I'll see what I can do with these resources
Hm, when I try to decode signature with ( JS ) :
I have in response :
°b±ÖVÛ6_Ü{
‘¹~œ/Q¤¯®RI
Is this normal ?
What exactly do I replace next ?
Otherwise, in addition to checking Brainwallet, I will try to integrate "bitcoinjs-message" ( Thank @BitMaxz )
If the checks work with this script, then it will be a bonus in addition to Brainwallet.