# 보안 (Security)

대칭키 암호알고리즘 (Symmetric-Key Algorithm)&#x20;

* AES, DES (SEED, ARIA는 채널링으로 연동가능)&#x20;

비대칭키 암호알고리즘 (Asymmetric-Key Algorithm)&#x20;

* AES with PKCS7 padding&#x20;
* RSA with PKCS1 and OAEP encoding&#x20;
* Salsa20&#x20;
* Signing : SHA256 with RSA&#x20;

메시지 다이제스트&#x20;

* SHA-1, SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, SHA-512/256&#x20;
* MD5&#x20;
* HMAC (i.e. HMAC-MD5, HMAC-SHA1, HMAC-SHA256)&#x20;

탈옥및 루팅 탐지및 차단&#x20;

* AOS 탈옥 탐지및 차단&#x20;
* IOS 루팅 탐지및 차단&#x20;

앱 위/변조 탐지및 차단&#x20;

* AOS 위/변조, 무결성 탐지및 차단 - <https://docs.flutter.dev/deployment/obfuscate>&#x20;

코드 난독화&#x20;

* ProGuard - <https://developer.android.com/studio/build/shrink-code?hl=ko>&#x20;
* DexGuard - <https://www.guardsquare.com/dexguard>


---

# 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://developer.aliothx.net/start/flutter/factory/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.
