Giter VIP home page Giter VIP logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 25, 2024
After some search i (probably) found a solution, the diff is attached.

Original comment by [email protected] on 29 Nov 2012 at 1:08

Attachments:

from ga-bitbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 25, 2024
Well, its not that easy, after some research i found that the VI parameter must 
be saved to be used in the file MtGoxHMAC.py.
I created a file where the data is saved and later read by MtGoxHMAC.
But MtGoxHMAC is using a completely broken api, so nothing work after all.

Original comment by [email protected] on 29 Nov 2012 at 8:03

from ga-bitbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 25, 2024
[deleted comment]

from ga-bitbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 25, 2024
Fixed on repo.
AES encryption is now using the iv parameter.

The supplied diff was close, I just needed to prepend the encrypted data with 
the plain text IV parameter before saving. Then to decode, the plain text iv 
data is first extracted from the beginning of the encrypted file and used to 
initialize AES.

Any previously generated encrypted key files will need to be regenerated to use 
the new method.


The issue with MtGoxHMAC was that it was moved into a library folder which 
broke the hard coded file path links to the config folder. This exception is 
caught but the error message didn't consider this condition. I just moved the 
file back into the main folder for now - it should work.


Original comment by [email protected] on 2 Dec 2012 at 5:29

  • Changed state: Started

from ga-bitbot.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 25, 2024
I re-encrypted my keys and am running the bcbookie script without issues.
fix verified.

Original comment by [email protected] on 2 Dec 2012 at 6:31

  • Changed state: Verified

from ga-bitbot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.