awesome-repositories.com
Blog
awesome-repositories.com

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

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 repository-uri

Awesome GitHub RepositoriesDatabase Access Control

Mechanisms for securing administrative access and managing user credentials.

Distinguishing note: None of the candidates matched; this is specific to initial administrative user security.

Explore 10 awesome GitHub repositories matching security & cryptography · Database Access Control. Refine with filters or upvote what's useful.

Awesome Database Access Control GitHub Repositories

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

    OWASP/CheatSheetSeries

    32,298Vezi pe GitHub↗

    The OWASP Cheat Sheet Series is a comprehensive, community-driven repository of concise security best practices and defensive coding patterns. It serves as a centralized knowledge base for developers and security professionals, providing actionable guidance to secure applications across the entire software development lifecycle. The project covers a vast array of security domains, ranging from fundamental web application hardening and authentication protocols to specialized controls for modern infrastructure and artificial intelligence systems. What distinguishes this project is its decentral

    Enforces least-privilege access controls to protect stored data from unauthorized manipulation.

    Pythonapplication-securityappsecbest-practices
    Vezi pe GitHub↗32,298
  • searxng/searxngAvatar searxng

    searxng/searxng

    32,180Vezi pe GitHub↗

    This project is a privacy-focused, self-hosted metasearch engine that aggregates results from a wide array of web, academic, and media sources into a single, unified interface. By acting as a proxy between the user and external search providers, it strips identifying headers and tracking parameters from requests, ensuring that search activity remains anonymous and protected from third-party profiling. The platform distinguishes itself through a modular, plugin-based architecture that allows for extensive customization of search behavior, result filtering, and interface branding. It supports a

    Limits the visibility of database-backed search engines to authorized users by requiring security tokens.

    Pythonbingbravedegoogle
    Vezi pe GitHub↗32,180
  • jumpserver/jumpserverAvatar jumpserver

    jumpserver/jumpserver

    30,595Vezi pe GitHub↗

    JumpServer is a privileged access management platform designed to manage and audit secure access to SSH, RDP, Kubernetes, and database endpoints. It functions as a centralized gateway that brokers remote terminal and graphical sessions to isolate users from critical infrastructure. The system utilizes a web-based protocol gateway to translate remote connections into browser-compatible streams and a protocol-based proxy layer to isolate end-user devices from target assets. It incorporates security watermarking to deter unauthorized screen captures and provides a Kubernetes access gateway for c

    Manages and monitors administrative connections to remote databases using a web-based interface and proxy layer.

    Pythonbastion-hostcyberarkdjango
    Vezi pe GitHub↗30,595
  • rethinkdb/rethinkdbAvatar rethinkdb

    rethinkdb/rethinkdb

    26,996Vezi pe GitHub↗

    RethinkDB is a distributed, document-oriented database designed to store and manage JSON-formatted data across scalable clusters. It utilizes a custom log-structured storage engine with B-Tree indexing to ensure high-performance disk I/O and data persistence. The system maintains high availability through automatic sharding and replication, employing a primary-replica voting consensus mechanism to handle node failures and ensure consistent cluster operations. A defining characteristic of the platform is its reactive changefeed engine, which allows applications to subscribe to live data update

    RethinkDB allows setting an initial password for the administrative user during server startup to ensure secure access to the database cluster.

    C++
    Vezi pe GitHub↗26,996
  • redis/go-redisAvatar redis

    redis/go-redis

    22,159Vezi pe GitHub↗

    This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive interface for managing remote data stores, enabling developers to execute standard database commands, handle complex data structures, and perform asynchronous operations within Go applications. The library distinguishes itself through its support for advanced Redis capabilities, including connection pooling, pipelining, and transactional integrity. It provides specialized primitives for managing distributed clusters, including automated topology updates and request routing to sha

    Enforces authentication and authorization through encryption, role-based access control, and integration with enterprise identity providers.

    Gogogolangredis
    Vezi pe GitHub↗22,159
  • qax-os/excelizeAvatar qax-os

    qax-os/excelize

    20,682Vezi pe GitHub↗

    Excelize is a library for reading and writing spreadsheet files in the Office Open XML format. It provides a comprehensive suite of tools for programmatically creating, modifying, and analyzing workbooks, worksheets, and cell data, ensuring compatibility across various office software suites through structured XML serialization. The library distinguishes itself with a built-in formula calculation engine that evaluates complex mathematical and logical expressions directly against workbook data. It also features a memory-mapped streaming architecture, which allows for the efficient processing o

    Secures administrative access by updating user credentials and authentication settings for the database management system.

    Goagentaianalytics
    Vezi pe GitHub↗20,682
  • tursodatabase/libsqlAvatar tursodatabase

    tursodatabase/libsql

    16,887Vezi pe GitHub↗

    LibSQL is a high-performance, distributed SQL database engine that extends SQLite to support remote network access, edge computing, and real-time synchronization. It functions as an embedded database library that integrates directly into application processes while providing the infrastructure to maintain consistency across multiple geographic regions. The platform distinguishes itself by enabling database interaction over standard HTTP protocols, allowing applications to query remote data sources in serverless and edge environments without requiring local filesystem access. It includes nativ

    Implements granular authentication and network-level restrictions to secure multi-tenant database resources.

    Cdatabaseembedded-databaserust
    Vezi pe GitHub↗16,887
  • macpass/macpassAvatar MacPass

    MacPass/MacPass

    6,850Vezi pe GitHub↗

    MacPass is a native macOS password manager and encrypted database client designed to manage credentials using the KeePass standard. It serves as a secure credential vault for storing usernames and passwords within a hierarchical structure. The application integrates a TOTP authenticator to generate time-based and hash-based one-time passwords for multi-factor authentication. It utilizes a KeePass-compatible database engine to ensure data portability and supports keyfile-based authentication to increase decryption entropy. The project covers broader capabilities including automated credential

    Manages secure access to the database through master passwords and keyfile authentication.

    Objective-C
    Vezi pe GitHub↗6,850
  • docker-library/docsAvatar docker-library

    docker-library/docs

    5,281Vezi pe GitHub↗

    Acest proiect servește drept hub de documentație și repository de specificații pentru imaginile oficiale Docker. Funcționează ca un generator de documentație bazat pe metadate care transformă fișierele de conținut structurat în fișiere markdown și readme-uri pentru distribuție publică. Repository-ul oferă ghiduri tehnice și standarde de configurare pentru deployarea software-ului containerizat pe mai multe arhitecturi CPU. Include manuale detaliate pentru configurarea variabilelor de mediu, a montărilor de volume și a setărilor de rețea pentru a asigura deployment-uri consistente ale imaginilor. Documentația acoperă o gamă largă de medii containerizate, inclusiv diverse distribuții Linux și medii Unix minimale. Detaliază deployment-ul instanțelor de baze de date, runtime-urilor Java și sistemelor de gestionare a conținutului, cu accent pe optimizarea containerelor lightweight și persistența datelor. Proiectul utilizează validarea automată pentru a verifica fișierele sursă markdown și YAML față de standardele de formatare înainte ca acestea să fie publicate.

    Defines standards for managing root access and authentication for containerized database instances.

    Shellhacktoberfest
    Vezi pe GitHub↗5,281
  • ledisdb/ledisdbAvatar ledisdb

    ledisdb/ledisdb

    4,119Vezi pe GitHub↗

    LedisDB este un magazin distribuit NoSQL cheie-valoare construit în Go. Funcționează ca un server de bază de date de înaltă performanță care persistă valori simple, contoare și structuri de date complexe folosind motoare de stocare pluggable. Sistemul implementează protocolul Redis pentru a menține compatibilitatea cu bibliotecile și driverele client existente, oferind în același timp o interfață HTTP care expune funcțiile bazei de date prin formate JSON, BSON sau msgpack. Include o mașină virtuală încorporată pentru a executa scripturi Lua personalizate pe partea de server pentru operațiuni complexe. Platforma suportă disponibilitate ridicată prin replicarea datelor între nodurile primare și secundare. Suprafața sa de capabilități acoperă o varietate de structuri de date, inclusiv hash-uri, seturi și seturi sortate, alături de funcții pentru scrieri în lot, expirarea datelor și controlul accesului la baza de date.

    Secures stored data by requiring valid user credentials and authentication.

    Gogolanggoleveldbledisdb
    Vezi pe GitHub↗4,119
  1. Home
  2. Security & Cryptography
  3. Database Access Control

Explorează sub-etichetele

  • Proxy GatewaysWeb-based interfaces that act as intermediaries for controlling and monitoring database connections. **Distinct from Database Access Control:** Distinct from Database Access Control: specifically provides the proxying mechanism for live interaction rather than just credential management.