Skip to content
This repository was archived by the owner on Jan 6, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/system_components/self_authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A Password Based Key Derivation File (PBKDF2) is used to strengthen the password

Finally the encrypted access permission is stored on the SAFE Network using the following structure:

**Store On Network [H(K+S)] Symmetric Encrypt [ PBKDF2[P][S] ] (Account)**
**Store On Network [H(K+S)] Symmetric Encrypt \[ PBKDF2[P][S] \] (Account)**

Self authentication relies on a system where a Vault can create a unique key, to store a value in the SAFE Network. The value stored with this key contains an encrypted passport to data.

Expand Down