TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Government StaySafe.ph UploadCare public key

4 pointsby dirtylowprofileabout 3 years ago

1 comment

politelemonabout 3 years ago
Well the clue seems to be in the name, it&#x27;s got &#x27;public_key&#x27; so that&#x27;s a deliberate choice. The choice of word &#x27;exposed&#x27; makes it sound like it wasn&#x27;t meant to be seen, but I&#x27;m not so sure.<p>The issue is more likely the signature parameter, which does require a secret key, the documentation does not show it as required. Is that what the author is interpreting as &quot;I noticed that for uploading an image you only need a public key.&quot;?<p>&gt; signature<p>&gt; string<p>&gt; signature is a string sent along with your upload request. It requires your Uploadcare project Secret key and it should be generated on your back end. See Secure Uploads for details.<p>I looked at several uploadcare repos including Swift and Java, and I can see a signature being generated.