windows install script
Closed this issue · 22 comments
The attached command file will download everything possible and create a portable install of vipaccess.exe.
open a windows command prompt and run
mkdir e:\ProgramFiles\python-installer\gitbash
copy these three files from your git bash install to e:\ProgramFiles\python-installer\gitbash
curl.exe libcrypto.dll libssl.dll
cd /d e:\ProgramFiles\python-installer
unzip the attached install.cmd to the current path and run:
install.cmd
Follow the prompts.
Good luck. Tested on Windows 7 without admin rights
Edit install.cmd PYTHONHOME setting to change the default install path
install.zip
I have no idea how to find these files: curl.exe libcrypto.dll libssl.dll
Is there any way you can include the files, because I am not finding anything but curl.exe, and it is not working when I try it? No files are being downloaded by the script or anything.
Would be better altogether if you could include a link to a precompiled stand alone install that was created using this method. Something that just works when you run it without having to install anything...
If I could get any of them to work so I no longer have to use Symantec VIP software, that would be great. I tried to figure out how to get your javascript to work also, with no luck. :(
Would be great if you could just make it into a stand alone utility that required absolutely NO additional installs other than the java runtime library....
Or at the very least detail exactly how to install everything else that you must have installed to use it. But it would be super terrific if that wasn't necessary. :)
I feel like something like this could easily be made standalone enough to be a simple utility that could be ran from a web page, or a simple stand alone program with a GUI. If I knew enough about the code myself, I would definitely convert it into something that any halfwit could run and use, without having to do anything special with it first just to get it to run.
The Symantec VIP software is terrible and I don't think anyone should have to be forced to use it. I already lost my credentials once because a phone I had was wiped, and I could have easily backed that up if I wasn't forced to use the Symantec VIP software.
Before I attempt this, do I need to install just the java runtime library or do I also need to install the JDK?
I haven't googled it yet, but I am pretty sure I can figure out how to install Maven.
Does this only work with Yubikey and E*Trade? I personally want to try to use Authy for other sites such as ebay or paypal. If this can not be used for that, then I guess it will not be able to help me, unless there is some way to get it to work for that.
Hi BigRedBot,
I am presently using it exactly the way you intend to; with Authy for eBay & Paypal.
Works perfectly fine!
Oh, that's pretty cool. I tried to scan the qr code with authy and it said the code was invalid. Do I have to enter a code manually instead?
Authy is saying that the secret key is invalid. I will give you an example of what it is giving me. I will not use this one, I am only putting it here as an example.
Credential ID: VSMT68457389
Secret Key: 1a7njrdx7c8ycv8qjj2d4ae8eb8442yypf0nn2gjbyv45rpbg9n0
Other than the secret key being rejected by authy so that I can't use it, the script seems to work exactly as I would like it to. :)
I suspect that the secret key is formatted in a format that Google Authenticator is not compatible with. I am guessing that converting it into a format that it is compatible with Google Authenticator may make it compatible with all of the applications.
I actually fixed the invalid qr code error, but now it gives the invalid secret key error that I was getting when I manually enter in the information.
It seems like the average Base32 code is much shorter (and usually all caps, but I am not sure if that would make a difference at all). Are you sure it is encoding it the same way that Google Authenticator is expecting it to be?
@ BigRedBot
I created codes about 10 weeks ago on Linux. It took some fiddle but unfortunately I can't recall the steps in detail any more. But it works just fine and I use Authy every day. I generated some spare codes too, the looks like:
VSST followed by 8 digits
and 32 digits key
I submitted a pull request with a better fix for the qr code:
systemsplanet-zz/javascript-vipaccess#1