awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Database Access Control · Awesome GitHub Repositories

2 repos

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 2 awesome GitHub repositories matching security & cryptography · Database Access Control. Refine with filters or upvote what's useful.

  1. Home
  2. Security & Cryptography
  3. Database Access Control

Awesome Database Access Control GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • OWASP/CheatSheetSeries

    OWASP/CheatSheetSeries

    31,387View on 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
    31,387View on GitHub↗
  • rethinkdb/rethinkdb

    rethinkdb/rethinkdb

    26,993View on 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++
    26,993View on GitHub↗