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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • passbolt/passbolt_apiAvatar passbolt

    passbolt/passbolt_api

    5,974Vezi pe 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
    Vezi pe GitHub↗5,974
  • gameservermanagers/linuxgsmAvatar GameServerManagers

    GameServerManagers/LinuxGSM

    4,841Vezi pe 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
    Vezi pe GitHub↗4,841
  • gam-team/gamAvatar GAM-team

    GAM-team/GAM

    4,206Vezi pe 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
    Vezi pe GitHub↗4,206
  • apache/nuttxAvatar apache

    apache/nuttx

    3,912Vezi pe GitHub↗

    NuttX este un sistem de operare în timp real (RTOS) compatibil POSIX, conceput pentru microcontrolere de la arhitecturi pe 8 biți până la 64 de biți. Oferă un mediu de execuție determinist cu un scheduler de task-uri în timp real și un kernel embedded POSIX pentru a asigura execuția portabilă a codului pe diverse ținte hardware. Proiectul se distinge printr-un strat de abstractizare hardware cuprinzător care oferă drivere standardizate pentru I2C, SPI, CAN și USB pe diverse chipset-uri semiconductoare. De asemenea, dispune de un stack de rețea embedded care suportă TCP, UDP, IPv4 și IPv6, alături de protocoale industriale precum Modbus și DroneCAN. Sistemul acoperă o gamă largă de capabilități, inclusiv gestionarea avansată a memoriei cu paginare la cerere, operațiuni criptografice securizate și un sistem de fișiere virtual pentru gestionarea tipurilor de stocare disparate. De asemenea, integrează interfețe de nivel înalt pentru interfețe grafice (GUI), sinteză audio și execuția mai multor limbaje de scripting și workload-uri WebAssembly. Mediul este construit folosind Make sau CMake pentru a viza configurații specifice de plăci și chipset-uri.

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

    Cembeddedmcumicrocontroller
    Vezi pe GitHub↗3,912
  • nix-community/nixos-wslAvatar nix-community

    nix-community/NixOS-WSL

    2,750Vezi pe 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
    Vezi pe GitHub↗2,750
  • mic92/sops-nixAvatar Mic92

    Mic92/sops-nix

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

Explorează sub-etichetele

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