Closed DmitriyLewen closed 2 years ago
Asymmetric private key can be obtained from any function. For example(phpseclib/Crypt/RSA.php):
... return "-----BEGIN OPENSSH PRIVATE KEY-----\r\n" . chunk_split(base64_encode($key), 70) . "-----END OPENSSH PRIVATE KEY-----"; ...
Only base64 characters (with =) should be used to avoid false positives.
=
Description
Asymmetric private key can be obtained from any function. For example(phpseclib/Crypt/RSA.php):
Only base64 characters (with
=
) should be used to avoid false positives.Related Issues