What algorithm does PHP openssl_private_encrypt use?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: php-general@xxxxxxxxxxxxx
- Subject: What algorithm does PHP openssl_private_encrypt use?
- From: privatehorse92@xxxxxxxxx
- Date: Wed, 11 Sep 2024 00:03:10 -0500
- User-agent: Mozilla Thunderbird
openssl_encrypt/decrypt functions specify a "cipher_algo" paramater wherein a
specific algorithm may be chosen/specified.
openssl_private/public/encrypt/decrypt, however have no algorithm paramater so
what do they use for an algorithm? How does one encrypt/decrypt with just a
(real) key? Do they just "whack the data N times with the 'key'" without using
any particular algorithm? Or maybe a hard-coded passage through an "xor tree"?
[Index of Archives]
[PHP Home]
[Apache Users]
[PHP on Windows]
[Kernel Newbies]
[PHP Install]
[PHP Classes]
[Pear]
[Postgresql]
[Postgresql PHP]
[PHP on Windows]
[PHP Database Programming]
[PHP SOAP]