-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
content/ko/cloudcraft/account-management/create-strong-password.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: 강력한 비밀번호를 만들어 데이터를 보호하세요. | ||
--- | ||
|
||
강력하고 고유한 비밀번호를 만들고 유지하는 것은 인터넷 어디에서나 데이터를 안전하게 보호하기 위한 가장 기본적인 방법입니다. | ||
|
||
고유하고 강력한 비밀번호는 다음과 같은 혜택을 제공합니다. | ||
|
||
- 데이터를 안전하게 보호합니다. | ||
- 클라우드 아키텍처를 보호해 줍니다. | ||
- 타인이 내 계정에 액세스하지 못하도록 차단합니다. | ||
|
||
문자, 숫자, 기호를 조합하여 32자 이상으로 비밀번호를 만드세요. Cloudcraft는 비밀번호 강도 감지를 수행하며 최소 10^8번의 추측을 견딜 수 있는 충분한 복잡성을 요구합니다. 유출된 비밀번호 목록에 비밀번호가 있어선 안 됩니다. | ||
|
||
또한 Cloudcraft는 시간당 10번의 추측을 통해 자동 스로틀링과 계정 임시 잠금을 수행합니다. | ||
|
||
## 모범 사례 | ||
|
||
1. [1Password][1] 또는 [Bitwarden][2]과 같은 비밀번호 관리자를 사용하세요. 이러한 서비스를 사용하면 사용하는 웹사이트마다 고유한 길고 복잡한 비밀번호를 훨씬 쉽게 생성하고 사용할 수 있습니다. | ||
2. [해킹 정보(Have I Been Pwned)][3]와 같은 침해 알림 서비스를 구독하여 사용 중인 서비스에 보안 침해가 발생하면 알림을 받습니다. | ||
3. [2단계 인증(2FA)을 사용하세요][4]. Cloudcraft는 민감한 정보를 다루는 대부분의 서비스 사이트와 마찬가지로 2FA 보호 기능을 제공합니다. | ||
|
||
웹 브라우저 Firefox의 개발사인 Mozilla는 [이 주제에 대한 우수한 인사이트][5]를 제공합니다. | ||
|
||
[1]: https://1password.com/ | ||
[2]: https://bitwarden.com/ | ||
[3]: https://haveibeenpwned.com/ | ||
[4]: https://help.cloudcraft.co/article/28-set-up-two-factor-authentication | ||
[5]: https://blog.mozilla.org/en/privacy-security/privacy-security-tips/how-to-create-strong-passwords/ |