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

# Security

> Learn about Oumla's hybrid key management model and security best practices

export const supportEmail = 'support@oumla.com';

At Oumla, we understand that key security is paramount in blockchain development. Our managed infrastructure solution employs cutting-edge security practices to protect your private and public keys, allowing you to focus on building your application with peace of mind.

## Hybrid Key Management Model

Oumla utilizes a robust hybrid model for key management, enhancing security through key splitting:

<CardGroup cols={1}>
  <Card title="Client Share" icon="user">
    One part of the key remains with you, the client. We call this the "Oumla Share".
  </Card>

  <Card title="Oumla-Managed Share" icon="shield-halved">
    Another part is securely stored by Oumla in our encrypted infrastructure.
  </Card>

  <Card title="Third-Party Share" icon="building">
    The final part is entrusted to a reliable third party for additional security.
  </Card>
</CardGroup>

<Tip>
  This three-way split ensures that no single entity has complete control over the keys, significantly reducing the risk of unauthorized access or compromise.
</Tip>

## Client Responsibilities

As a client, you play a crucial role in maintaining the security of your Oumla Share:

<Steps>
  <Step title="Receive Your Share">
    Upon registration, you'll receive a PDF document containing your Oumla Share.
  </Step>

  <Step title="Store Securely">
    You must store this file in a secure location, such as an encrypted drive or a physical safe.
  </Step>

  <Step title="Implement Access Controls">
    Implement proper access controls to ensure only authorized personnel can access the Oumla Share.
  </Step>

  <Step title="Regular Security Reviews">
    Regularly review and update your security measures to protect this critical information.
  </Step>
</Steps>

## Operational Requirements

<Info>
  Your Oumla Share is essential for various blockchain operations:

  * **Generating new addresses** for receiving assets
  * **Signing transactions** to move funds or interact with contracts
  * **Other key-dependent functions** within the platform

  You'll need to provide your Oumla Share securely when performing these operations through our platform.
</Info>

## Security Best Practices

To further enhance the security of your Oumla Share:

<AccordionGroup>
  <Accordion title="Use Strong Passwords" icon="lock">
    Use strong, unique passwords for any systems storing the share. Avoid using the same password across multiple platforms and consider using a password manager.
  </Accordion>

  <Accordion title="Enable Multi-Factor Authentication" icon="mobile">
    Implement multi-factor authentication (MFA) wherever possible to add an extra layer of security to systems that store or access your Oumla Share.
  </Accordion>

  <Accordion title="Maintain Secure Backups" icon="floppy-disk">
    Regularly back up your Oumla Share, ensuring backups are also securely stored in encrypted locations. Test your backups periodically to ensure they can be restored when needed.
  </Accordion>

  <Accordion title="Define Access Protocols" icon="users">
    Establish a clear protocol for share access within your organization. Document who has access, under what circumstances, and maintain an audit trail of all access attempts.
  </Accordion>
</AccordionGroup>

## Support and Assistance

Our dedicated support team is always ready to assist you with any questions or concerns regarding key management and security. We're committed to your success in blockchain development and can provide guidance on best practices for securing your Oumla Share.

<Card title="Contact Support" icon="headset" href={`mailto:${supportEmail}`}>
  Need help with security or key management? Reach out to our support team at {supportEmail}
</Card>

<Warning>
  Remember, while Oumla provides advanced security measures, the safety of your Oumla Share is a shared responsibility. By following these guidelines and maintaining vigilant security practices, you can ensure the highest level of protection for your blockchain assets.
</Warning>
