Nanfeng

Notes on software development, code, and curious ideas

Installing OpenSSL on Windows for Facebook Key Hashes

Generating a Facebook key hash failed because Windows did not recognize openssl:

OpenSSL not recognized

Install a maintained Windows OpenSSL distribution from a trusted source, then add its bin directory to the system Path environment variable—for example:

1
D:\tools\OpenSSL\bin
PATH configuration

Open a new terminal and verify:

1
openssl version
OpenSSL version
+