Show HN: Embed Full-Page Screenshots in any Blog / App / Whatever
1–10 of 46 posts
Re: Show HN: Embed Full-Page Screenshots in any Blog / App / Whatever
#2Re: Show HN: Embed Full-Page Screenshots in any Blog / App / Whatever
#3There doesn't seem to be pricing anywhere.
Re: Show HN: Embed Full-Page Screenshots in any Blog / App / Whatever
#4Re: Show HN: Embed Full-Page Screenshots in any Blog / App / Whatever
#5Someone's using a hash function where a MAC belongs..
Re: Show HN: Embed Full-Page Screenshots in any Blog / App / Whatever
#6Someone's using a hash function where a MAC belongs..
What exactly do you mean?
Re: Show HN: Embed Full-Page Screenshots in any Blog / App / Whatever
#7Earlier quoted context omitted.
What exactly do you mean?
you are basing your 'token' on md5(data+secret), however md5 (and other hash functions) are easily extended when data and token are known, even without knowing secret. Basically, given data and token, I can produce a different token, that matches a (somewhat) different data, without knowing secret.
Re: Show HN: Embed Full-Page Screenshots in any Blog / App / Whatever
#8Re: Show HN: Embed Full-Page Screenshots in any Blog / App / Whatever
#9Does it let you take a screenshot of the whole height of the page? I see that you can specify the height of the viewport, but what if I want a whole long screenshot of as much height is rendered?
Of course there are limits to this as some websites have "endless" scrolling (like pintrest)
Re: Show HN: Embed Full-Page Screenshots in any Blog / App / Whatever
#10Earlier quoted context omitted.
you are basing your 'token' on md5(data+secret), however md5 (and other hash functions) are easily extended when data and token are known, even without knowing secret. Basically, given data and token, I can produce a different token, that matches a (somewhat) different data, without knowing secret.
Sure you could, but then why would one go through all the hassle just to get a (probably already cached) screenshot?