Nathan Mock

Results 7 comments of Nathan Mock

I believe it is, I've run it several times on different ports with the same issue. I'm making the request using Paw. Here are some more details/stack trace: ``` (env)...

@andygeers any hints/ideas on this issue? I've provided more console output, let me know if anything else would be useful!

@NemOry, I am rolling my own implementation and tried this, I am mimicking the request exactly from Snapchat. I am getting back an encrypted blob, but am unable to decrypt...

Here is my Obj-C implementation: https://gist.github.com/nmock/a7fa590f1d835a88a9f8 I am unsure what I am doing wrong, I have tried combinations of Base64 encoding/decoding options and AES decryption options, but the decrypted data...

Also, just in trying to decode the key/iv as a test in Python using the latest values from the stories API, using the same code from the [GibSec Full Disclosure](http://gibsonsec.org/snapchat/fulldisclosure/#encrypting-stories),...

Agreed, thanks for the resource! Seems like a great project to utilize especially on larger projects with a lot of JSON parsing / object recreation. I had made note of...

@dmiedema I'm simply trying to center a piece of text and activity indicator/image. The expected behavior is that if setting both to alignment center, the text would appear exactly centered...