Skip to content

Commit e59334a

Browse files
authored
Update stack-envelope.md
1 parent ce91956 commit e59334a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

_includes/stack-envelope.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ _Digital-asset storage uses Gordian Envelope, Blockchain Commons' smart document
44
* **Envelope.** Gordian Envelope is a binary storage format built in CBOR that can be encoded with URs, Blockchain Commons' foundational plain-text encoding system, as `ur:envelope`. They're built around recursive storage and support for hashed elision, which allows for provable redaction of data to allow [data minimization](https://www.blockchaincommons.com/musings/musings-data-minimization/). Extensions support even more functionality.
55
* See our [Envelope page](/envelope/)
66

7+
* **Permits.** Envelope content can be encrypted. Permits can allow that content to be decrypt in a variety of ways, including symmetric keys, private keys, streched passwords, and SSKR shares.
8+
* See our [Permits page](/envelope/permits/)
9+
710
* **Seeds & SSKR.** Seeds and SSKR shares can be stored in envelopes. This goes beyond simpler storage techniques such as `ur:seed` and `ur:sskr` because it can include metadata to help identify a seed and also allows the use of Gordian Envelope functionality such as elision and encryption.
811
* See our [Seeds in envelopes page](/envelope/seed/)
912

0 commit comments

Comments
 (0)