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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesUser Password Administration

Administrative setting and updating of user account passwords using various generation and hashing methods.

Distinct from Password Generators: Focuses on the administrative act of setting user passwords rather than just the generation of secure strings.

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

Awesome User Password Administration GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • passbolt/passbolt_apiAvatar von passbolt

    passbolt/passbolt_api

    5,974Auf GitHub ansehen↗

    Passbolt is an open-source, self-hosted password manager designed for teams. It provides a centralized, encrypted vault where organizations can store, share, and manage credentials securely. The server exposes a JSON REST API that authenticates requests using either GPGAuth or JWT tokens, and all secrets are protected with OpenPGP end-to-end encryption, ensuring the server never has access to plaintext passwords. The platform distinguishes itself through a comprehensive role-based access control system that governs resource sharing and administrative actions. Teams can organize users into gro

    Centralizes and organizes passwords for individual users within a team environment.

    PHPcakephpcakephp5credentials
    Auf GitHub ansehen↗5,974
  • gameservermanagers/linuxgsmAvatar von GameServerManagers

    GameServerManagers/LinuxGSM

    4,841Auf GitHub ansehen↗

    LinuxGSM is a command-line orchestration platform designed for the deployment, management, and lifecycle maintenance of dedicated game servers on Linux systems. It functions as a system-level administration tool that automates the provisioning of server instances, ensuring they remain operational through persistent background execution, automated health monitoring, and native system-timer integration. The project distinguishes itself through a modular, shell-script-based architecture that enables multi-instance hosting on a single host. It provides granular control over server environments, i

    Automates the generation and application of administrative passwords for server instances.

    Shellbashdedicated-game-serversgame
    Auf GitHub ansehen↗4,841
  • gam-team/gamAvatar von GAM-team

    GAM-team/GAM

    4,206Auf GitHub ansehen↗

    GAM is a command-line tool for administering Google Workspace and Cloud Identity. It translates command-line arguments into structured API calls, enabling administrators to manage users, groups, organizational units, and domain settings across a Google Workspace environment. The tool handles authentication through OAuth2 flows, service accounts, and workload identity federation, and supports multi-tenant configurations for managing multiple domains or cloud projects from a single installation. GAM distinguishes itself through its batch processing and automation capabilities. It can process la

    Sets or updates user passwords using plain text, random generation, or specific hashing methods.

    Pythongamgooglegoogle-admin-sdk
    Auf GitHub ansehen↗4,206
  • apache/nuttxAvatar von apache

    apache/nuttx

    3,912Auf GitHub ansehen↗

    NuttX ist ein POSIX-konformes Echtzeitbetriebssystem für Mikrocontroller, das von 8-Bit- bis 64-Bit-Architekturen reicht. Es bietet eine deterministische Ausführungsumgebung mit einem Echtzeit-Task-Scheduler und einem POSIX-Embedded-Kernel, um die Portabilität von Code über diverse Hardware-Ziele hinweg sicherzustellen. Das Projekt zeichnet sich durch eine umfassende Hardware-Abstraktionsschicht aus, die standardisierte Treiber für I2C, SPI, CAN und USB für verschiedene Halbleiter-Chipsätze bereitstellt. Es verfügt zudem über einen Embedded-Netzwerk-Stack mit Unterstützung für TCP, UDP, IPv4 und IPv6 sowie industrielle Protokolle wie Modbus und DroneCAN. Das System deckt ein breites Spektrum an Funktionen ab, einschließlich fortschrittlichem Speichermanagement mit On-Demand-Paging, sicheren kryptografischen Operationen und einem virtuellen Dateisystem zur Verwaltung unterschiedlicher Speichertypen. Es integriert zudem High-Level-Schnittstellen für grafische Benutzeroberflächen, Audiosynthese sowie die Ausführung mehrerer Skriptsprachen und WebAssembly-Workloads. Die Umgebung wird mittels Make oder CMake für spezifische Board-Konfigurationen und Halbleiter-Chipsätze erstellt.

    Creates system password entries during the build process to establish user identities before the system boots.

    Cembeddedmcumicrocontroller
    Auf GitHub ansehen↗3,912
  • nix-community/nixos-wslAvatar von nix-community

    nix-community/NixOS-WSL

    2,750Auf GitHub ansehen↗

    NixOS-WSL packages a complete NixOS system into a WSL-compatible tarball that Windows registers as a native distribution, enabling declarative configuration and lifecycle management for NixOS as a Windows Subsystem for Linux instance. The project boots NixOS with systemd as the init system inside WSL, providing full service management and dependency-based startup, while exposing the NixOS filesystem and executables to Windows through WSL's interop mechanism for bidirectional command execution. Users can override the default NixOS configuration declaratively to customise packages, services, an

    Sets or changes the default user password to enable sudo access inside the WSL environment.

    Nixnixnixosnixos-wsl
    Auf GitHub ansehen↗2,750
  • mic92/sops-nixAvatar von Mic92

    Mic92/sops-nix

    2,620Auf GitHub ansehen↗

    sops-nix is a declarative secret provisioner and management module for NixOS and Home Manager. It enables the storage of encrypted secrets directly in version control and decrypts them into a non-persistent ramfs during system activation to provide plaintext files to services without storing them on disk. The project distinguishes itself through a tight integration with the NixOS activation hook and systemd, allowing it to delay service startup until decryption completes and automatically restart units when secret values are updated. It also provides utilities to transform existing SSH host k

    Decrypts a password hash from a secret file and assigns it to a user during account creation.

    Nixbuild-with-buildbothacktoberfestnixos
    Auf GitHub ansehen↗2,620
  1. Home
  2. Security & Cryptography
  3. Secure Randomizers
  4. Password Generators
  5. User Password Administration

Unter-Tags erkunden

  • Build-Time Identity ProvisioningGeneration of system account and password records during the build process for early boot availability. **Distinct from User Password Administration:** Distinct from User Password Administration by occurring during build-time rather than runtime administration.
  • Secret-Based Password AssignmentsDecrypts a password hash from a secret file and assigns it to a user's hashed password file during creation. **Distinct from User Password Administration:** Distinct from User Password Administration: focuses on assigning passwords from decrypted secrets, not general password setting.
  • Service Password ManagementAutomated generation and rotation of administrative passwords for server instances. **Distinct from User Password Administration:** Distinct from User Password Administration: focuses on service-level administrative credentials for game servers rather than individual user account passwords.