awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Cryptographic Primitives and Management · Awesome GitHub Repositories

8 repos

Awesome GitHub RepositoriesCryptographic Primitives and Management

Mathematical algorithms, hashing utilities, and certificate management tools for ensuring data integrity and secure communication.

Explore 8 awesome GitHub repositories matching security & cryptography · Cryptographic Primitives and Management. Refine with filters or upvote what's useful.

  1. Home
  2. Security & Cryptography
  3. Security
  4. Cryptography and Secrets
  5. Cryptographic Primitives and Management

Awesome Cryptographic Primitives and Management GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • sindresorhus/awesome

    sindresorhus/awesome

    438,690GitHubView on GitHub↗

    This project is a community-curated knowledge base that organizes vast technical ecosystems into a hierarchical, human-readable directory. It serves as a comprehensive index of libraries, frameworks, and methodologies, designed to facilitate discovery and professional development across the entire spectrum of software

    Implement advanced cryptographic methods that utilize quantum mechanics to secure data transmissions.

    awesomeawesome-listlists
  • jwasham/coding-interview-university

    jwasham/coding-interview-university

    337,188GitHubView on GitHub↗

    This project is a comprehensive educational roadmap designed to guide software engineers through the mastery of computer science fundamentals and technical interview preparation. It provides a structured, dependency-aware learning path that organizes complex computing concepts into a hierarchical curriculum, enabling u

    Explains the mathematical logic behind encryption and digital signatures to ensure data integrity and authenticity.

    algorithmalgorithmscoding-interview
  • denoland/deno

    denoland/deno

    106,258GitHubView on GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system

    Secures network traffic by providing native management for TLS certificates and private keys.

    Rustdenojavascriptrust
  • Comfy-Org/ComfyUI

    Comfy-Org/ComfyUI

    103,654GitHubView on GitHub↗

    ComfyUI is a node-based generative AI orchestration engine designed for constructing, testing, and executing complex image and video synthesis pipelines. By utilizing a directed acyclic graph execution model, the platform allows users to build reproducible workflows through modular, interconnected processing blocks wit

    Secures network traffic by enabling self-signed certificate generation and custom path mapping for encrypted server communication.

    Pythonaicomfycomfyui
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The

    Calculates secure message digests for strings and binary data using standard algorithms to verify data integrity.

    Zigbunbundlerjavascript
  • django/django

    django/django

    86,891GitHubView on GitHub↗

    Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes se

    Configures secure network communication by enforcing strict transport layer security settings to protect sensitive authentication data.

    Pythonappsdjangoframework
  • astral-sh/uv

    astral-sh/uv

    79,476GitHubView on GitHub↗

    uv is a high-performance Python package manager and project build tool designed to handle dependency resolution, virtual environment orchestration, and Python interpreter management. It functions as a comprehensive workspace orchestrator, enabling developers to manage complex, multi-package repositories and ensure repr

    Validates secure communication with remote package repositories by managing necessary authentication certificates.

    Rustpackagingpythonresolver
  • Stirling-Tools/Stirling-PDF

    Stirling-Tools/Stirling-PDF

    74,357GitHubView on GitHub↗

    Stirling-PDF is a self-hosted document processing suite designed for secure, private file management. It functions as a comprehensive transformation engine that executes complex operations—such as merging, splitting, converting, and redacting documents—directly on the host machine. The platform provides both a browser-

    Imports and manages custom server certificates to facilitate secure document signing and encrypted communications.

    TypeScriptdockerhacktoberfestjava

Explore sub-tags

  • Cryptographic AlgorithmsMathematical procedures and logic used to perform encryption, decryption, and digital signature generation.
  • Cryptographic Hash ComputationsFunctions that convert input data into fixed-size strings to verify data integrity and detect tampering.
  • Password Hashing UtilitiesSpecialized algorithms designed to securely transform passwords into irreversible hashes to protect user credentials.
  • Quantum Cryptography
Cryptographic methods that leverage quantum mechanics to provide theoretically unbreakable security for data transmission.
  • Server Certificate ManagementTools for generating, importing, and managing server-side certificates to facilitate secure communication.
  • TLS/SSL ConfigurationsConfigurations and settings for enforcing encrypted network communication through TLS and SSL protocols.