Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: hamdi on June 21, 2016, 03:42:13 PM



Title: looking for offline html file to sign bitcoin messages
Post by: hamdi on June 21, 2016, 03:42:13 PM
is there something simple, like the offline-transaction html thing?

i just want to sign messages with my private key on an offline computer. should be a html page.

thanks for any hints


Title: Re: looking for offline html file to sign bitcoin messages
Post by: BigBoom3599 on June 21, 2016, 04:39:51 PM
If just want to sign a message on an offline pc, it's easier to do it in a bitcoin client, basically all bitcoin wallets have the ability to sign messages. You should already have a bitcoin wallet on your offline pc anyways.


Title: Re: looking for offline html file to sign bitcoin messages
Post by: hamdi on June 21, 2016, 11:12:17 PM
thanks,

i am definitely looking for a HTML/JS way to sign a simple text message with a private key.


Title: Re: looking for offline html file to sign bitcoin messages
Post by: cloverme on June 21, 2016, 11:23:41 PM
thanks,

i am definitely looking for a HTML/JS way to sign a simple text message with a private key.


Sign:
http://offlinebitcoins.com/#sign

Verify:
http://coinig.com/

I used them to do the following test for you:

Address:
1CR8ggCGq71fS4gQAGEbAm9G5SnBASrzRg

Message:
Crowdfund with bitcoinstarter!

Signature:
HGiPdwlCu8xLMHJNmuao5Hke1DEMQjxOnPwZW1bRMfXuhMv2Y9/EFC5qLyn+/SjSt32CE6BeN7sBOgPa38fxU9M=



Title: Re: looking for offline html file to sign bitcoin messages
Post by: hamdi on June 21, 2016, 11:47:02 PM
wow. thanks a lot!!

i can pick what i need from here! thanks alot