docs.cwtch.im/docs/profiles/create-a-profile.md

22 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2022-05-18 00:35:41 +00:00
---
2022-05-31 22:34:31 +00:00
sidebar_position: 1.5
2022-05-18 00:35:41 +00:00
---
2022-06-01 18:15:08 +00:00
# Creating a New Profile
2022-06-22 17:56:37 +00:00
1. Press the `+` action button in the right bottom corner and select "New Profile"
2022-05-18 00:35:41 +00:00
2. Select a display name
2022-06-02 15:52:59 +00:00
3. Select if you want to protect this profile locally with strong encryption:
2022-05-31 21:10:41 +00:00
- Password: your account is protected from other people who may use this device
- No Password: anyone who has access to this device may be able to access this profile
2022-05-18 00:35:41 +00:00
4. Fill in your password and re-enter it
2022-06-02 15:52:59 +00:00
5. Click add new profile
## A note on Password Protected (Encrypted) Profiles
Profiles are stored locally on disk and encrypted using a key derived from user-known password (via pbkdf2).
Note that once encrypted, and stored on disk, the only way to recover a profile is by rederiving the password - as such it isn't possible to provide a full list of profiles a user might have access to until they enter a password.
See also: [Cwtch Security Handbook: Profile Encryption & Storage](https://docs.openprivacy.ca/cwtch-security-handbook/profile_encryption_and_storage.html)