pandora

package
v1.44.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 9, 2022 License: OSL-3.0 Imports: 10 Imported by: 0

README

Pandora

com.pandora.android

How to get Blowfish key?

jadx.bat com.pandora.android-21101001.apk

Result:

com\pandora\constants\PandoraConstants.java
public static final byte[] b = "6#26FRL$ZWD".getBytes(Charset.defaultCharset());

https://github.com/skylot/jadx

How to get password for partnerLogin?

https://github.com/89z/googleplay/tree/master/cmd/mitmproxy-cert

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cipher added in v1.44.5

type Cipher struct {
	Bytes []byte
}

func NewCipher added in v1.44.5

func NewCipher(s string) *Cipher

func (Cipher) Decrypt added in v1.44.5

func (c Cipher) Decrypt() *Cipher

func (Cipher) String added in v1.44.5

func (c Cipher) String() string

func (Cipher) Unpad added in v1.44.5

func (c Cipher) Unpad() *Cipher

type PartnerLogin

type PartnerLogin struct {
	Result struct {
		PartnerAuthToken string
	}
}

func NewPartnerLogin

func NewPartnerLogin() (*PartnerLogin, error)

func (PartnerLogin) UserLogin

func (p PartnerLogin) UserLogin(username, password string) (*UserLogin, error)

type PlaybackInfo

type PlaybackInfo struct {
	Stat   string
	Result *struct {
		AudioUrlMap struct {
			HighQuality struct {
				AudioURL string
			}
		}
	}
}

type UserLogin

type UserLogin struct {
	Result struct {
		UserID        string
		UserAuthToken string
	}
}

func OpenUserLogin added in v1.44.5

func OpenUserLogin(name string) (*UserLogin, error)

func (UserLogin) Create added in v1.44.5

func (u UserLogin) Create(name string) error

func (UserLogin) PlaybackInfo

func (u UserLogin) PlaybackInfo(id string) (*PlaybackInfo, error)

func (UserLogin) ValueExchange

func (u UserLogin) ValueExchange() error

Token is good for 30 minutes.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL