# Security

## Compliances

Kredibel is certified **ISO 27001:2013** (Information Security Management System) company. Kredibel also listed as *Penyelenggara Sistem Elektronik* (**PSE KOMINFO**) in Indonesia.

| Type           | Number                                                                                                                                                          |
| -------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ISO 27001:2013 | [ISMS1001153](https://www.cbqaglobal.com/validation/company/pt-kredibel-teknologi-indonesia/)                                                                   |
| PSE KOMINFO    | [001901.01/DJAI.PSE/01/2022](https://pse.kominfo.go.id/tdpse-detail/2964) (SE Baru) & [03033/DJAI.PSE/10/2020](https://pse.kominfo.go.id/sistem/4069) (SE Lama) |

## Encryption

All sensitive informations are encrypted with **AES-GCM** with a 256-bit AES key and a 96-bit nonc&#x65;**.** We use our dedicated vault management system to encrypt and decrypt data. Decryption keys are safely stored on **separate machines**.

## Manage Data

Kredibel allows you to fully managed your data. You can easily delete data from your [Synapses Dashboard](/master.md#pages).

{% hint style="danger" %}
When you delete the history, the data will be **hard deleted**. That means you **cannot restore** data that you have deleted.
{% endhint %}

1. Login to [Synapses Dashboard   ](/master.md#pages)
2. Open the history data you want to delete
3. Click "**Delete Selected (n)**" or "**Delete All**"


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.kredibel.io/system/security.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
