Top 23 Signature Open-Source Projects
-
Project mention: Best way to add a signature over a PDF programmatically? | reddit.com/r/webdev | 2022-04-25
Sure it can. You just need to capture the signature and insert it as an image. You can capture the signature with signature pad: https://github.com/szimek/signature_pad and insert the image into your pdf.
-
loki
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Project mention: What are some forbidden, broken, possibly even black magic stuff that you can do in Java and to that extent, JVM in general? | reddit.com/r/java | 2021-11-08
-
If you have a Yara detection platform, Florian Roth’s rules should detect executables signed with this. https://github.com/Neo23x0/signature-base/blob/master/yara/gen_nvidia_leaked_cert.yar.
-
Project mention: I am considering adding Skiff as an encrypted email provider and would like community feedback | reddit.com/r/thenewoil | 2022-07-20
On cryptography, our whitepaper shares information on the general cryptography choices - login, authentication, keypairs, etc. It's quite similar to password managers or encrypted communication apps. In the actual product (code here https://github.com/skiff-org/skiff-mail), we use the library TweetNaCl (https://github.com/dchest/tweetnacl-js) which is designed to be fast, trustworthy, and performant
-
PiracyChecker
An Android library that prevents your app from being pirated / cracked using Google Play Licensing (LVL), APK signature protection and more. API 14+ required.
Project mention: Is there a way to prevent users from installing a ripped version of the apk? | reddit.com/r/androiddev | 2021-11-10There's a library implementing most of the possible ways to protect an app https://github.com/javiersantos/PiracyChecker
-
Project mention: Hiç oyunlardan (veya oyun serverlarından) ban yediniz mi? Yediyseniz ne kaç gün/ay? | reddit.com/r/KGBTR | 2021-10-24
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
-
Project mention: Detect It Easy, or abbreviated "DIE" is a program for determining types of files and more | reddit.com/r/CKsTechNews | 2021-11-14
-
Uber Apk Signer
A cli tool that helps signing and zip aligning single or multiple Android application packages (APKs) with either debug or provided release certificates. It supports v1, v2 and v3 Android signing scheme has an embedded debug keystore and auto verifies after signing.
Project mention: Guida: rendere incollabili le password nelle app delle Poste | reddit.com/r/ItalyInformatica | 2021-12-12Prerequisiti: Apktool, uber apk signer, la shell bash.
-
jose-jwt
Ultimate Javascript Object Signing and Encryption (JOSE), JSON Web Token (JWT) and Json Web Keys (JWK) Implementation for .NET and .NET Core (by dvsekhvalnov)
-
Try https://github.com/web-token/jwt-framework
-
eth-crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Check out eth-crypto: https://github.com/pubkey/eth-crypto
-
multi-party-ecdsa
Rust implementation of {t,n}-threshold ECDSA (elliptic curve digital signature algorithm).
Project mention: Answering questions about our new secure crypto app | news.ycombinator.com | 2021-10-20Ha nice call!
Unfortunately we have not completed a satisfactory security audit. We engaged with one company, but I don't think they were worth their salt. The problem is that the "good" companies are much more expensive, so it's a consideration of the value of the security audit. (If you know of a reputable company that would like to audit for free though...)
The code is not yet open source, but we are primarily expanding on this open-source library. https://github.com/ZenGo-X/multi-party-ecdsa
-
Project mention: Nauz File Detector 0.08 is a portable linker/compiler/packer identifier utility for OSX, Linux and Windows. | reddit.com/r/ReverseEngineering | 2022-05-03
-
-
UXMPDFKit
An iOS PDF viewer and annotator written in Swift that can be embedded into any application.
-
-
I don't think Okular supports PKCS#11 out of the box, but if you're OK with CLI tooling, this might suit your needs: https://github.com/MatthiasValvekens/pyHanko (full disclosure: I wrote that tool, so assume I'm biased).
-
signatory
Differentiable computations of the signature and logsignature transforms, on both CPU and GPU. (ICLR 2021)
Project mention: [R] Authors Claim to Have "Solved" MNIST and CIFAR | reddit.com/r/MachineLearning | 2022-04-19As it happens, I know quite a lot about signatures. I spent half my PhD working on them. For example I am the author of the most popular library for computing signatures, which involved coming up with some new asymptotically optimal algorithms for computing them. So that's my credentials out the way.
-
There are also projects like signed web pages which can also help increasing the trust level to some degree. But that requires that you can download the source code and regenerate the verification hash locally - or have other trusted methods to verify the hash value hasn't been modified as well. The current concept is reasonably sane, but it requires too much from users currently to make it widely used.
-
Set-OutlookSignatures
Centrally manage and deploy Outlook text signatures and Out of Office auto reply messages.
Project mention: Branded Email Signature without 3rd party integration? | reddit.com/r/Office365 | 2022-08-09 -
Project mention: cocert: Split and distribute your private keys using Shamir's Secret Sharing | reddit.com/r/cryptography | 2022-02-01
Here is a CCGMP library in Go: https://github.com/taurusgroup/multi-party-sig
-
Signature related posts
- Branded Email Signature without 3rd party integration?
- I am considering adding Skiff as an encrypted email provider and would like community feedback
- Truly safe?
- Singaporean girl who designed T-shirt to help Ukraine 'shocked' when President Zelenskyy wore it
- A browser that verifies Javascript
- Ask HN: Should I learn the tech behind crypto even if I don't want to own any?
- Nauz File Detector 0.08 is a portable linker/compiler/packer identifier utility for OSX, Linux and Windows.
Index
What are some of the best open-source Signature projects? This list will help you:
Project | Stars | |
---|---|---|
1 | signature_pad | 8,345 |
2 | Loki | 2,531 |
3 | CreepyCodeCollection | 2,242 |
4 | signature-base | 1,738 |
5 | tweetnacl-js | 1,504 |
6 | PiracyChecker | 1,465 |
7 | hazedumper | 1,323 |
8 | DIE-engine | 1,255 |
9 | Uber Apk Signer | 1,106 |
10 | jose-jwt | 783 |
11 | jwt-framework | 740 |
12 | eth-crypto | 720 |
13 | multi-party-ecdsa | 579 |
14 | Nauz-File-Detector | 405 |
15 | oauth-1.0a | 310 |
16 | UXMPDFKit | 267 |
17 | auth-jwt | 230 |
18 | pyHanko | 195 |
19 | signatory | 182 |
20 | webext-signed-pages | 153 |
21 | Set-OutlookSignatures | 146 |
22 | multi-party-sig | 127 |
23 | v-perfect-signature | 118 |
Are you hiring? Post a new remote job listing for free.