Code Monkey home page Code Monkey logo

Comments (11)

scaryzet avatar scaryzet commented on June 12, 2024 1

It seems authenticating through EncryptedPasswd param must be implemented. There's a java project https://github.com/yeriomin/token-dispenser which is an HTTP microservice for obtaining google play store auth tokens. Currently it works fine. It encrypts the password, while node-google-play doesn't.

A useful comment in another repo about the issue: matlink/gplaycli#80 (comment)

The password encryption algorithm: https://github.com/yeriomin/play-store-api/blob/master/src/main/java/com/github/yeriomin/playstoreapi/PasswordEncrypter.java

from node-google-play.

dweinstein avatar dweinstein commented on June 12, 2024 1

fixed in

from node-google-play.

yarafan avatar yarafan commented on June 12, 2024

I've got same problem

from node-google-play.

jacobhub avatar jacobhub commented on June 12, 2024

me too

from node-google-play.

shibataism avatar shibataism commented on June 12, 2024

@scaryzet Thanks. You are right. It seems the password encryption is the right solution for now.

BTW, does anybody has this PasswordEncrypter.java in node/ruby/python?
token-dispenser is a great microservice, but I'd prefer to have it with the languages I'm familiar with.

from node-google-play.

sharifStrudent avatar sharifStrudent commented on June 12, 2024

@scaryzet I changed my plain text password with encrypted result from this code: https://github.com/yeriomin/play-store-api/blob/master/src/main/java/com/github/yeriomin/playstoreapi/PasswordEncrypter.java but it doesn't work and Bad Authentication appear again!!!

from node-google-play.

sharifStrudent avatar sharifStrudent commented on June 12, 2024

@shibataism can you find a solution?

from node-google-play.

scaryzet avatar scaryzet commented on June 12, 2024

@sharifStrudent That PasswordEncrypter works fine for me. Please check you've also changed the parameter name from Passwd to EncryptedPasswd.

from node-google-play.

subtletech avatar subtletech commented on June 12, 2024

@shibataism I've implemented the encryption in ruby: https://github.com/subtletech/google_play_store_password_encrypter

from node-google-play.

sharifStrudent avatar sharifStrudent commented on June 12, 2024

Thank you so much @scaryzet . after changing Passwd to EncryptedPasswd, everything is OK.

from node-google-play.

dweinstein avatar dweinstein commented on June 12, 2024

thanks guys I will implement the fix for this in the evening or tomorrow.

from node-google-play.

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.