gpt4 book ai didi

c - 使用openssl在c中解密数据

转载 作者:行者123 更新时间:2023-11-30 18:03:34 25 4
gpt4 key购买 nike

在 php 中我使用以下函数:

openssl_get_privatekeyopenssl_private_decrypt 用于解密一些数据。

$privatekey = openssl_get_privatekey (file_get_contents("private.key"));
openssl_private_decrypt($encrypted_data,$decrypted_data, $privatekey);

我怎样才能在c中做同样的事情?

欢迎提供一些建议或示例。

佩里

最佳答案

也许this quick demo可以帮助你

还有很多教程可以让您获得更多见解:

Overview of the API
Secure handshake
Providing a secure service

关于c - 使用openssl在c中解密数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8269346/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com