From d702df99ea73460e7cdaa63a07572ea9b347e482 Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Mon, 30 Mar 2015 16:07:42 -0700 Subject: [PATCH] Update README.md --- packages/oauth-encryption/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/oauth-encryption/README.md b/packages/oauth-encryption/README.md index 852bd9237c..0e22e6a2b8 100644 --- a/packages/oauth-encryption/README.md +++ b/packages/oauth-encryption/README.md @@ -72,3 +72,7 @@ You can decrypt them using `OAuth.openSecrets`: var credentials = Twitter.retrieveCredential(token); var serviceData = OAuth.openSecrets(credentials.serviceData); + +## Using oauth-encryption on Windows + +This package depends on [npm-node-aes-gcm](https://github.com/meteor/meteor/tree/devel/packages/non-core/npm-node-aes-gcm), which requires you to have OpenSSL installed on your system to run. To install OpenSSL on Windows, use one of the binaries on [this page](http://slproweb.com/products/Win32OpenSSL.html). Don't forget to install the Visual Studio 2008 redistributables if you don't have them yet.