4 dépôts
Utilities for validating the integrity and origin of software binaries using cryptographic signatures.
Distinguishing note: Focuses specifically on cryptographic verification of file authenticity rather than general-purpose security or access management.
Explore 4 awesome GitHub repositories matching security & cryptography · Binary Verification Tools. Refine with filters or upvote what's useful.
Notepad++ is a high-performance, lightweight source code editor designed for local development on Windows. Built as a native desktop application, it utilizes a specialized editing component to manage text buffers and render syntax highlighting for large files with minimal resource overhead. The editor distinguishes itself through a robust plugin architecture that allows users to extend core functionality by loading external binary modules at runtime. It also provides extensive support for custom language definitions, enabling users to map unique syntax rules and keywords to the rendering engi
Check digital certificates to ensure that software binaries are signed by a trusted authority and remain secure for installation on your system.
LuLu is an open-source application firewall designed for macOS that monitors and controls outgoing network traffic. It functions by intercepting connection attempts at the system level, allowing users to approve or deny network access for individual programs to prevent unauthorized data transmission. The software provides granular control over application-level communication, ensuring that only trusted or explicitly permitted software can establish external connections. By maintaining stateful tracking of network flows and validating the cryptographic signatures of requesting binaries, it pro
Validates the cryptographic signatures of requesting binaries to ensure only trusted software can establish network connections.
CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th
Checks the software bill of materials for the static binary bundle when the verification tool is available.
vite-plus est une chaîne d'outils de développement web unifiée et une interface en ligne de commande conçue pour gérer les builds Vite, les runtimes JavaScript et les gestionnaires de paquets depuis un point d'entrée unique. Il fonctionne comme un gestionnaire de runtime JavaScript pour installer et épingler les versions de langage, un orchestrateur de tâches monorepo pour l'exécution de scripts sensibles aux dépendances, et un moteur d'échafaudage de projet pour amorcer des applications et des bibliothèques. Le projet se distingue en consolidant un cycle de vie de développement complet dans un seul outil, doté d'un moteur d'analyse statique unifié qui effectue la vérification de type, le linting et le formatage en une seule passe. Il fournit une orchestration monorepo avancée grâce à l'exécution parallèle et un système de mise en cache des résultats qui utilise une invalidation basée sur l'empreinte numérique pour ignorer les tâches redondantes. La chaîne d'outils couvre également un large éventail de capacités, y compris des pipelines d'assets web pour la compilation de production, le provisionnement automatisé d'environnements et la gestion des hooks de commit Git. Elle inclut également des utilitaires pour l'exécution de tests unitaires natifs et la création de binaires exécutables natifs.
Validates the authenticity of downloaded binaries using signature verification and checksums.