-
That's basically what this is doing to fake the scan: https://gitlab.com/edouardklein/falsisign/-/blob/master/fals...
> convert -density "${DENSITY}" "${PAGE_IN}" -linear-stretch 3.5%x10% -blur 0x0.5 -attenuate 0.25 -rotate "${ROTATION}" +noise Gaussian "${TMPDIR}/${PAGE_BN}-scanned.pdf"
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
https://news.ycombinator.com/item?id=23157408
Github repo: https://github.com/baicunko/scanyourpdf
But yeah, the security implications of uploading a PDF with your SSN and signature to a random website is, um, not good.
-
For a project that you can use to actually sign (electronically of course) a PDF file or verify that a PDF file has a proper signature take a look a this:
https://github.com/spapas/pdf-sign-check
It uses org.bouncycastle and apache pdfbox and is completely open source. I'd be happy to help anybody that wants to use it in his organization!
-
Hey there, GitLab Dev Evangelist here. Thank you for flagging this and for the suggestion.
A change based on your comment was merged earlier today (with a link to your comment in the description): https://gitlab.com/gitlab-org/gitlab/-/merge_requests/789331...