相关文章推荐
气势凌人的眼镜  ·  ADB Server failed to ...·  6 月前    · 
踢足球的芒果  ·  WPF 窗口居中 & ...·  10 月前    · 
空虚的毛豆  ·  Spark SQL中将 DataFrame ...·  1 年前    · 
另类的杨桃  ·  盘点认证框架 : ...·  1 年前    · 
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

I have encountered the following issue while developing a secure system:

We receive some data which we have to verify by signature. The signature algorithm is ecdsa-with-SHA256, and openssl_verify() doesn't seem to have an option for that. Already tried searching for standalone PHP libraries like phpseclib - no luck either, ecdsa-with-SHA1 is the best option they seem to offer.

What would be an appropriate solution for that issue? Maybe I've missed some library that implements such functionality?

Even though I've already found that information, thanks for your answer. What would you consider the best practice then? Simply passing the data to some external c++\python script? Matthew T Oct 7, 2015 at 12:41 Yes, if I'd have to think of a workaround, surely would be an external small app only for that. al'ein Oct 7, 2015 at 12:44

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question . Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers .