标签: php security openssl php-openssl
我想知道为什么在PHP中使用openssl函数有不同的方法:
file_get_contents()
file:///var/keys/private_key
openssl_pkey_get_private()
openssl_free_key()
是否有理由选择特定方法?最后一个解决方案能够更好地处理密钥从内存中加载/释放的方式(如果是,那会对安全性产生影响吗?)