首页 文章
  • 0 votes
     answers
     views

    使用DSA公钥验证X509证书签名

    我需要使用DSA公钥验证X509证书签名 . 我的cert文件是x509.crt,我的DSA公钥位于名为dsa_pub.key的文件中 我正在尝试使用openssl来实现此目的 . 我已阅读openssl验证文档,但我无法在其中找到任何对DSA的引用 . 当我运行以下命令时,我可以在证书中看到我的DSA公钥: openssl x509 -in cert.crt -text -noout 但是,在...
  • 18 votes
     answers
     views

    DSA:黑客可以用*公钥做什么?

    共享软件注册系统I 'm currently developing embeds the public DSA key in the executable itself, and the private key resides on a server. (For the sake of discussion let' s假设服务器是100%安全的,并且任何人都无法获得私钥 . ) 每当购买程序时,...

热门问题