awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesSecret Generators

Utilities for creating cryptographically secure keys and credentials.

Distinguishing note: Focuses on local key generation rather than key management systems.

Explore 6 awesome GitHub repositories matching security & cryptography · Secret Generators. Refine with filters or upvote what's useful.

Awesome Secret Generators GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • fastapi/full-stack-fastapi-templateAvatar de fastapi

    fastapi/full-stack-fastapi-template

    43,815Ver en GitHub↗

    This project is a full-stack web application scaffolder designed to initialize production-ready projects with pre-configured database, authentication, and deployment settings. It provides a standardized starting point for development by generating a complete application structure that includes integrated backend, frontend, and database components. The template distinguishes itself through a type-safe integration layer that automatically synchronizes backend API definitions with frontend client code, ensuring consistent data exchange. It also features a containerized development environment th

    Generates secure random strings for API keys and environment configuration.

    TypeScriptbackendchakra-uidocker
    Ver en GitHub↗43,815
  • khuedoan/homelabAvatar de khuedoan

    khuedoan/homelab

    9,109Ver en GitHub↗

    This project is a GitOps infrastructure framework designed for managing bare metal servers, container clusters, and networking. It serves as a declarative system for orchestrating the deployment and lifecycle of self-hosted services, using Git as the source of truth to synchronize the desired state of the environment. The framework differentiates itself through a comprehensive automation suite that covers the entire hardware-to-service pipeline. It includes a PXE-based bare metal provisioner for network booting and operating system installation, alongside a lightweight container orchestration

    Generates cryptographically secure random strings for passwords and stores them in a centralized secret store.

    Pythonansibleargocddevops
    Ver en GitHub↗9,109
  • fluxcd/flux2Avatar de fluxcd

    fluxcd/flux2

    7,888Ver en GitHub↗

    Flux is a Kubernetes GitOps delivery tool used to automate application deployments by synchronizing cluster state with configurations stored in Git, OCI, or Helm repositories. It functions as a set of controllers that monitor desired state in external sources and continuously reconcile the live cluster to match those definitions. The system distinguishes itself through a multi-cluster management plane that coordinates application delivery across fleets of remote clusters from a central hub. It provides a dedicated mechanism for automated image updates, which scans container registries for new

    Generates cryptographically secure validation tokens and webhook URLs to verify incoming payloads.

    Gocontinuous-deliverygitopsgitops-toolkit
    Ver en GitHub↗7,888
  • overtake/telegramswiftAvatar de overtake

    overtake/TelegramSwift

    5,706Ver en GitHub↗

    TelegramSwift is a native macOS client for the Telegram messaging platform, built entirely in Swift. It provides a complete implementation of the Telegram protocol, enabling users to send text messages, make voice calls, share media files, and participate in group chats and channels directly from their Mac. The application supports core messaging features including end-to-end encryption, emoji reactions, message pinning, and threaded comments, along with content types like stickers, GIFs, polls, and stories. The client extends beyond basic messaging with capabilities for bot interaction, paym

    Generates Diffie-Hellman secret exponents using a cryptographically secure PRNG.

    Swift
    Ver en GitHub↗5,706
  • weblateorg/weblateAvatar de WeblateOrg

    WeblateOrg/weblate

    5,748Ver en GitHub↗

    Weblate is an open-source web-based translation management system that provides a collaborative platform for teams to review, suggest, and approve translations in real time. It functions as a continuous localization platform, automatically synchronizing translations with source code changes in version control repositories, and can be deployed either as a self-hosted server or through a managed cloud hosting service. The system integrates directly with Git hosting platforms like GitHub, GitLab, and Bitbucket, storing all translations in version control with individual translator attribution re

    Generates a unique Django secret key for signing cookies and session data in production.

    Pythoncontinuous-localizationcrowdsourcingdcode-2025
    Ver en GitHub↗5,748
  • achep/keyguard-appAvatar de AChep

    AChep/keyguard-app

    2,497Ver en GitHub↗

    Keyguard is a password manager application and secure vault designed for storing and organizing logins, passkeys, and sensitive data. It provides a multi-factor authentication vault that utilizes encrypted offline access to ensure credentials remain available without an internet connection. The application includes a dedicated SSH key manager and agent integration for generating and managing keys to access remote servers. It also features a password security auditor that analyzes vault entries to identify compromised, reused, or weak credentials. The system covers a broad range of security c

    Uses cryptographically strong random number generators to create secure passwords and SSH keys.

    Kotlinandroidbitwardencompose
    Ver en GitHub↗2,497
  1. Home
  2. Security & Cryptography
  3. Secret Generators

Explorar subetiquetas

  • Django Secret Key GeneratorsUtilities for generating unique Django secret keys used for signing cookies and session data. **Distinct from Secret Generators:** Distinct from Secret Generators: specifically generates Django framework secret keys, not general cryptographic keys.
  • Secure DH Secret GenerationsUses a cryptographically secure pseudorandom number generator to create Diffie-Hellman secret exponents. **Distinct from Secret Generators:** Distinct from Secret Generators: focuses specifically on generating DH secret exponents, not general secret generation.