nykac
nykac
Its not a bug, its more of a style issue, I don't see any downsides to changing that line
I'm going to setup something to get use the native openssl bindings in node. It shan't be too long until I commit something.
I'll look into this.
I'll make some more examples next weekend.
oh, i got it working, I'll add it in a new branch
``` js function get_story(url, iv, key, output_stream) { var iv = new Buffer(iv, 'base64'); var key = new Buffer(key, 'base64'); https.get(url), function(blob) { try { if(blob.statusCode==200) return blob.pipe(crypto.createDecipheriv('aes-256-cbc', key, iv))...
How is this different from the last one?
@wtfaremyinitials sorry, I didn't read it clearly enough
I'll do some tests asap, I'll update you as soon as I know
It seems to be the same key, it worked for me a few days ago, did you check to see if they were actually jpgs and to video snaps? (easy...