4 个仓库
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 是一个统一的 Web 开发工具链和命令行界面,旨在从单一入口点管理 Vite 构建、JavaScript 运行时和包管理器。它作为一个 JavaScript 运行时管理器,用于安装和固定语言版本;作为一个 Monorepo 任务编排器,用于执行依赖感知的脚本;并作为一个项目脚手架引擎,用于引导应用程序和库的开发。 该项目通过将完整的开发生命周期整合到一个工具中而脱颖而出,具有统一的静态分析引擎,可一次性完成类型检查、Linting 和格式化。它通过并行执行和使用基于指纹失效的缓存系统来跳过冗余任务,提供了先进的 Monorepo 编排能力。 该工具链还涵盖了广泛的能力,包括用于生产编译的 Web 资源流水线、自动化环境配置以及 Git 提交钩子(commit hooks)的管理。它还包括用于原生单元测试执行和创建原生可执行二进制文件的实用工具。
Validates the authenticity of downloaded binaries using signature verification and checksums.