Can I create a public key or private key from an image file? [closed]
Solution 1:
The scientific approach would have been to actually try that...
Did it work ?
The OpenSSL command line option rsa -in filename
expects the file name argument to be a rsa key
So a random PNG image file might work (in a truly random way) but that is not likely IMHO