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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • passbolt/passbolt_apiAvatar de passbolt

    passbolt/passbolt_api

    5,974Voir sur GitHub↗

    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
    Voir sur GitHub↗5,974
  • gameservermanagers/linuxgsmAvatar de GameServerManagers

    GameServerManagers/LinuxGSM

    4,841Voir sur GitHub↗

    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
    Voir sur GitHub↗4,841
  • gam-team/gamAvatar de GAM-team

    GAM-team/GAM

    4,206Voir sur GitHub↗

    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
    Voir sur GitHub↗4,206
  • apache/nuttxAvatar de apache

    apache/nuttx

    3,912Voir sur GitHub↗

    NuttX est un système d'exploitation temps réel (RTOS) conforme à POSIX, conçu pour les microcontrôleurs allant des architectures 8 bits aux 64 bits. Il fournit un environnement d'exécution déterministe avec un ordonnanceur de tâches temps réel et un noyau embarqué POSIX pour assurer une exécution de code portable sur diverses cibles matérielles. Le projet se distingue par une couche d'abstraction matérielle complète qui fournit des pilotes standardisés pour I2C, SPI, CAN et USB sur divers chipsets de semi-conducteurs. Il dispose également d'une pile réseau embarquée prenant en charge TCP, UDP, IPv4 et IPv6, ainsi que des protocoles industriels tels que Modbus et DroneCAN. Le système couvre un large éventail de capacités, incluant une gestion avancée de la mémoire avec pagination à la demande, des opérations cryptographiques sécurisées et un système de fichiers virtuel pour gérer des types de stockage disparates. Il intègre en outre des interfaces de haut niveau pour les interfaces graphiques, la synthèse audio et l'exécution de plusieurs langages de script et charges de travail WebAssembly. L'environnement est construit en utilisant Make ou CMake pour cibler des configurations de cartes et des chipsets spécifiques.

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

    Cembeddedmcumicrocontroller
    Voir sur GitHub↗3,912
  • nix-community/nixos-wslAvatar de nix-community

    nix-community/NixOS-WSL

    2,750Voir sur GitHub↗

    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
    Voir sur GitHub↗2,750
  • mic92/sops-nixAvatar de Mic92

    Mic92/sops-nix

    2,620Voir sur GitHub↗

    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
    Voir sur GitHub↗2,620
  1. Home
  2. Security & Cryptography
  3. Secure Randomizers
  4. Password Generators
  5. User Password Administration

Explorer les sous-tags

  • 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.