> ## Documentation Index
> Fetch the complete documentation index at: https://encrova-docs.platform.ai71services.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Roadmap

This section provides a detailed, quarter-wise breakdown of our plans for the upcoming year. It highlights key initiatives, feature releases, and platform improvements we aim to deliver in 2025.

<Warning>
  The Roadmap will be constantly reviewed to ensure delivery inline with product development roadmaps.
</Warning>

<Tabs>
  <Tab title="Quarter 1">
    <Icon icon="badge-check" color="green" /> Completed & Ready<br />
    <Icon icon="circle-half-stroke" color="orange" /> In Progress or Not Started

    <CardGroup cols={1}>
      <Card title="Secure Secret Storage" icon="badge-check" color="green">
        <li>AES-256 encryption ensures secrets are stored securely.</li>
      </Card>

      <Card title="Symmetric Encryption" icon="badge-check" color="green">
        Fast and efficient encryption using <code>AES-256</code>, suitable for securing large datasets.
      </Card>

      <Card title="Asymmetric Encryption" icon="badge-check" color="green">
        RSA (2048/4096-bit) and ECC (P-256, P-384) for secure data transmission and digital signatures.
      </Card>

      <Card title="Secure Secret Storage" icon="badge-check" color="green">
        <li>RSA, ECC certificate chains are stored securely</li>
        <li>SSH credentials to provide secure and centralized SSH access control for your infrastructure.</li>
        <li>End-to-end encryption, meaning even Encrova itself cannot access the secrets.</li>
      </Card>

      <Card title="Certificate Management" icon="badge-check" color="green">
        Enable virtualization for testing in non-production  environments
      </Card>

      <Card title="API & SDK integration" icon="badge-check" color="green">
        REST API and SDKs for seamless integration into applications for Symmetric & Asymmetric encryption. It supports <b>Python</b> and <b>Javascript</b>
      </Card>

      <Card title="Secret Sharing " icon="badge-check" color="green">
        Securely share encrypted secrets with authorized users while maintaining strict access control and encryption policies. This ensures that sensitive credentials, such as API keys, database passwords, and encryption keys, are only accessible to the right individuals or systems without compromising security.
      </Card>

      <Card title="Certificate Management" icon="badge-check" color="green">
        Enable virtualization for testing in non-production  environments
      </Card>

      <Card title="Secure Secret Storage - SSH" icon="circle-half-stroke" color="orange">
        <li>SSH credentials to provide secure and centralized SSH access control for your infrastructure.</li>
      </Card>

      <Card title="IAM Integration" icon="circle-half-stroke" color="orange">
        IAM solutions into an application or system to handle authentication, authorization, and user identity management securely.
      </Card>

      <Card title="Role-Based Access Control (RBAC) & Permissions" icon="circle-half-stroke" color="orange">
        IAM solutions into an application or system to handle authentication, authorization, and user identity management securely.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Quarter 2">
    <CardGroup cols={1}>
      <Card title="SSH" icon="building-lock">
        Generate SSH credentials to provide secure and centralized SSH access control for your infrastructure
      </Card>

      <Card title="Advanced Key Management" icon="key">
        Key lifecycle management, including automated key rotation and policy enforcement
      </Card>

      <Card title="ELK Integration" icon="telescope">
        Streamline application's monitoring and troubleshooting with ELK Stack. Collect, analyze, and visualize logs effortlessly for actionable insights and enhanced system observability.
      </Card>

      <Card title="Auditing" icon="train-track">
        Ensures security, compliance, and visibility by tracking all access and modifications to stored secrets
      </Card>
    </CardGroup>
  </Tab>
</Tabs>
