Login
Discover
Waves
Decks
Upgrade
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Controversial
Rising
Promoted
ecdsa
drifter1
Programming & Dev
Saturday, August 21, 2021 1:10 PM
Programming - Implementing a Blockchain using Python and Flask [Dev Blog 4]
May the Fourth be with you! Today, I got into the first important topic: ECDSA wallet keys, signatures and verification.
$ 1.848
27
1
oflyhigh
HIVE CN 中文社区
Wednesday, April 8, 2020 12:39 PM
每天进步一点点:(实战)从HIVE/STEEM签名中恢复公钥 / Recover the Public KEY from the signature
之前写过好几篇文章学习私钥、公钥、签名、验证以及从签名中恢复出公钥等等。但是这些都是理论,那么能否应用到实际中来呢?今天就来测试一下从HIVE/STEEM交易签名中恢复出公钥。 (图源 :pixabay) 大家都知道,STEEM/HIVE上有很多公共账户,比如以前的busy.org、utopian.app、steemauto等等,我们将账户授权给这个账户后,这些账户就可以用我们的用户名发帖/点赞等。
$ 32.906
107
oflyhigh
HIVE CN 中文社区
Tuesday, April 7, 2020 8:36 AM
每天进步一点点:从签名恢复公钥
之前学习了私钥、公钥、签名、验证等相关知识,一个有意思的地方是,公钥是可以从签名当中恢复的,是不是很神奇?今天我们就来看一下如何从签名当中恢复公钥。 (图源 :pixabay) 理论 & 算法 从签名恢复出公钥的说明&算法可以参考《SEC 1: Elliptic Curve Cryptography》一文中的4.1.6 Public Key Recovery Operation小节:
$ 41.290
145
4
oflyhigh
HIVE CN 中文社区
Friday, April 3, 2020 2:08 PM
每天进步一点点:学习用公钥验证
昨天啃了ecdsa用私钥签名摘要,对这部分多了一些了解(其中我并不清楚签名过程中到底做了什么,这部分更加深奥,不去啃了),今天继续学习如何用公钥验证。 (图源 :pixabay) 简单的示例 首先最简单的签名与验证代码如下: from ecdsa import SigningKey sk = SigningKey.generate(curve=ecdsa.SECP256k1) vk =
$ 32.311
82
tangmo
travel
Saturday, August 2, 2025 6:14 AM
Promoted
Higashi Hongan-ji Temple, one of the great Buddhist temples in Kyoto, Japan
Awesome Fruits and Vegetables plants in the public garden near my house Not only beautiful flowers and cute birds that I admired during my leisure walk outside my house, fruit and vegetable plants in the
$ 4.711
90
5
oflyhigh
HIVE CN 中文社区
Thursday, April 2, 2020 2:24 PM
每天进步一点点:学习用私钥签名
最近打算学习一下私钥/公钥/签名等相关内容,发现这块东西真的很难啃,也许弄懂之后就是一两句话的事情,但是不懂的时候一头雾水不得入门真的很难受。 (图源 :pixabay) 这两天啃了一点签名相关的内容,以ecdsa为例,简单记录一下。 STEEM/HIVE中的签名流程 首先,签名可以直接对消息签名或者对消息摘要签名,对消息签名的实质是对消息进行摘要,然后再签名。 STEEM/HIVE中的签名大致流程如下:
$ 37.316
158
jsecoin
public
Wednesday, February 5, 2020 11:22 AM
Private and public keys explained
In this video we look at how a private key is created, how this is then used to derive a public key. From there we go through a simplified example of a dsa digital signing algorithm and talk about how
$ 0.000
11
1
tkgcci
ecdsa
Sunday, December 22, 2019 7:32 AM
Calculate public key from ECDSA signature plus α
Calculate public key from ECDSA signature plus α My own public key recovery doesn't work, so that using this, and Since v2 has recoverPubKey, I used around here. When I wrote it like this, I knew it would
$ 0.000
0
thomasoss
ecdsa
Saturday, December 7, 2019 7:01 AM
Blockchain Foundations Part 7: Encryption and Digital Signature
Encryption and digital signature are important foundations of the blockchain concept. This article explains the asymetric encryption and the digital signature used with blockchains. The article is part
$ 0.000
2
1
wiseagent
CineTV
Monday, July 28, 2025 1:31 PM
Promoted
"Pluribus", Vince Gilligan's next masterpiece?
This publication was also writen in SPANISH and PORTUGUESE. Vital Thrills Breaking Bad and Better Call Saul are two of my favorite TV series of all time. Both were the brainchild of Vince Gilligan and
$ 8.634
81
1
1
icostan
ecdsa
Saturday, April 13, 2019 1:09 PM
Cryptography: ECDSA
Overview "If you can't explain it simply, you don't understand it well enough" - Einstein Elliptic curve cryptography (ECC) and digital signature algorithm (ECDSA) are more complex than RSA or
$ 0.000
0
1
ajose01
eosio
Friday, April 12, 2019 7:30 AM
EOS Signature verification with Elixir 😍
EOS Signature Verification and ECDSA Tooling with Elixir Photo by Kelly Sikkema on Unsplash Elixir is one of my favorite programming languages. It's a wonderful backend languages and it really lends itself
$ 0.000
0
2
ajose01
elixir
Friday, April 12, 2019 6:44 AM
EOS Signature verification with Elixir 😍
EOS Signature Verification and ECDSA Tooling with Elixir Photo by Kelly Sikkema on Unsplash Elixir is one of my favorite programming languages. It's a wonderful backend languages and it really lends itself
$ 0.000
0
chaimyu
ethereum
Thursday, November 15, 2018 9:31 AM
以太坊研究系列【签名和验证】
前面研究GUSD的Custodian合约时,需要进行离线签名,以前都是对交易进行签名,没有单独对数据进行签名,这次一起来看看怎么对数据签名和验证。 geth签名验证 personal.sign > a0 "0x54b865714068f5f03574ace39a1f3279c4e83e2c" > personal.sign("My name is Chaim!",
$ 7.076
25
2
montu333
crypto
Saturday, August 2, 2025 8:14 AM
Promoted
🇺🇦 Why I Keep Writing from Ukraine — And Why You Should Listen
✍️ In a world where truth is blocked, throttled, or erased — Hive keeps our words alive. 🕊️ We Are Still Here More than 2 years into the full-scale invasion, Ukraine is still standing. But what about
$ 0.000
1
1
icostan
bitcoin
Sunday, November 11, 2018 12:40 PM
The hard way - Bitcoin: transactions
The hard way - Bitcoin: Transaction This is Part 2 of 'The hard way - Bitcoin' series and I will start with 'the easy way' section first because even this gets a bit complex, then will continue with the
$ 0.000
1
oneleo
cryptography
Saturday, October 27, 2018 8:57 AM
橢圓曲線加密演算法 ECDSA 與 RFC6979 改進提案
橢圓曲線加密演算法 ECDSA 與 RFC6979 改進提案 橢圓曲線加密演算法(Elliptic Curve Digital Signature Algorithm,ECDSA)是比特幣、以太坊區塊鏈所使用的非對稱式金鑰加密技術, 可輕易讓貨幣持有者透過私鑰 Private Key(變數:d_A)對資訊進行簽章(Digital Signature),讓所有人使用 Public Key(變數:d,
$ 0.000
1
donworry8
kr
Sunday, May 6, 2018 5:25 PM
암호화화폐 기술의 핵심은 블록체인보다 ECDSA에 있습니다.
블록체인은 해쉬함수를 계산 경쟁하는 마이닝이란 것을 통해 새로운블록을 만들때 쓰입니다. 이때 만들어진 해쉬코드가 그 블록의 위조방지를 증명합니다. 경쟁을 통해 마이닝하는것을 POW방식이라하고 무작위 피어 노드에 해쉬생성을 맞기거나 피어노드들끼리 새로운블록의 보상을 가져가는방식을 POS 방식이라고 합니다. 그렇다면 ECDSA란 무엇일까요? ECDSA는 송금할때
$ 0.140
3
donworry8
ecdsa
Sunday, May 6, 2018 4:58 PM
암호화화폐 기술의 핵심은 블록체인보다 ECDSA에 있습니다.
블록체인은 해쉬함수를 계산 경쟁하는 마이닝이란 것을 통해 새로운블록을 만들때 쓰입니다. 이때 만들어진 해쉬코드가 그 블록의 위조방지를 증명합니다. 경쟁을 통해 마이닝하는것을 POW방식이라하고 무작위 피어 노드에 해쉬생성을 맞기거나 피어노드들끼리 새로운블록의 보상을 가져가는방식을 POS 방식이라고 합니다. 그렇다면 ECDSA란 무엇일까요? ECDSA는 송금할때
$ 0.000
2
phdmed
Team Ukraine
Friday, August 1, 2025 5:57 PM
Promoted
Розсіяний склероз: що ховається за втомою та головним болем?
Вітаю! Ну що, є в мене для вас сьогодні дещо реально цікаве про розсіяний склероз. Сидів собі, гортаючи новини, і натрапив на дослідження з Університету Британської Колумбії – і, чесно, трохи прифігів.
$ 1.941
85
1
2
ecavero
bitcoin
Saturday, March 24, 2018 5:38 PM
Is Andreas wrong when explaining ECDSA?
In some of Andreas Antonopoulos' talks and lectures, he explains how ECDSA works in Bitcoin. He discusses how addition and multiplication of elliptic curves work. He also states that, since there is no
$ 0.000
1
5
seanwasere
bitcoin
Wednesday, March 14, 2018 2:56 PM
Getting the ECDSA Z Value from a Bitcoin Single Input Transaction
In this video I demonstrate getting the ECDSA Z value from a bitcoin transaction with only one input. I also show the R and S values. The ECDSA R, S and Z values are used throughout the many layers of
$ 0.000
0
2
oflyhigh
openssl
Monday, January 22, 2018 1:06 PM
用python-ecdsa验证OpenSSL生成的私钥公钥
在之前的文章中,我们学习了用OpenSSL命令行生成Elliptic Curve (EC) algorithms(椭圆曲线算法)私钥、公钥。在文末我们提出计划,将尝试ecdsa来操作OpenSSL生成的公私钥,来验证一下他们生成出来的东西是否本质上是一样的。 这一节我们将着手进行尝试,来解除心里的疑问。 (图源 :pixabay) 思路 我们知道OpenSSL可以生成公钥私钥,python-ecdsa
$ 256.690
174
10
oflyhigh
python
Tuesday, January 16, 2018 5:59 AM
ecdsa学习笔记 / SigningKey、VerifyingKey以及公钥
在我们上一篇文章对比一下ecdsa与secp256k1-py从私钥生成公钥中,我们介绍了由私钥通过ecdsa以及secp256k1-py生成公钥的代码。 其中ecdsa生成公钥的代码是我从steem-python库中扒出来的,咳咳,一直挺好用的,我也就懒得看它具体是咋做的啦。 (图源 :pixabay) ecdsa 生成校验Key(VerifyingKey)
$ 204.571
167
10
Top communities
Create decentralized community