Skip to content

Image decryption no longer works #2

@drewblaisdell

Description

@drewblaisdell

I'm running this code to download the most recent Snapchat from an account: https://gist.github.com/drewblaisdell/5213ebb284a3bf251669

$ node test.js

crypto.js:292
var ret = this._binding.final();
^
TypeError: error:0606506D:digital envelope routines:EVP_DecryptFinal_ex:wrong final block length
at Decipheriv.Cipher.final (crypto.js:292:27)
at CryptoStream._flush (/Users/windwaker101/Desktop/newsnap/node_modules/node-snapchat/node_modules/node-cryptostream/index.js:28:26)
at null. (_stream_transform.js:130:12)
at g (events.js:180:16)
at EventEmitter.emit (events.js:117:20)
at finishMaybe (_stream_writable.js:360:12)
at endWritable (_stream_writable.js:367:3)
at Writable.end (_stream_writable.js:345:5)
at IncomingMessage.onend (_stream_readable.js:483:10)
at IncomingMessage.g (events.js:180:16)

Is it possible that the Snapchat key changed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions