dsh8009271 2014-05-26 05:31
浏览 109
已采纳

ECC PHP库

I've spent days trying to find more information on a specific PHP library with no success: https://github.com/mdanter/phpecc

Does anyone have information on how to use this? All I want to do is:

  1. Generate a private key and public key pair.
  2. Get the public key from a given private key.
  3. Verify signed messages.

Basically, the PHP equivalent of: http://kjur.github.io/jsrsasign/sample-ecdsa.html

  • 写回答

1条回答 默认 最新

  • douzuo0002 2014-05-26 20:52
    关注

    After a lot of trial and error (and some help from the Bitcoin community) I was finally able to figure this out.

    I've decided to share my work: https://github.com/tuaris/PHPECC

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 idea右下角设置编码是灰色的
  • ¥15 全志H618ROM新增分区
  • ¥20 jupyter保存图像功能的实现
  • ¥15 在grasshopper里DrawViewportWires更改预览后,禁用电池仍然显示
  • ¥15 NAO机器人的录音程序保存问题
  • ¥15 C#读写EXCEL文件,不同编译
  • ¥15 MapReduce结果输出到HBase,一直连接不上MySQL
  • ¥15 扩散模型sd.webui使用时报错“Nonetype”
  • ¥15 stm32流水灯+呼吸灯+外部中断按键
  • ¥15 将二维数组,按照假设的规定,如0/1/0 == "4",把对应列位置写成一个字符并打印输出该字符