- From: Michael Herman (Trusted Digital Web) <mwherman@parallelspace.net>
- Date: Fri, 14 Jan 2022 01:43:18 +0000
- To: "dzagidulin@gmail.com" <dzagidulin@gmail.com>, "public-credentials (public-credentials@w3.org)" <public-credentials@w3.org>
- Message-ID: <MWHPR1301MB2094EEB9D4F9F11D2E1F9592C3549@MWHPR1301MB2094.namprd13.prod.outlook.>
As an aside: it would be interested to fuse did-cli and #didlang: https://youtu.be/mf0aKLvJoCw Get Outlook for Android<https://aka.ms/AAb9ysg> ________________________________ From: Dmitri Zagidulin <dzagidulin@gmail.com> Sent: Thursday, January 13, 2022 2:26:01 PM To: public-credentials (public-credentials@w3.org) <public-credentials@w3.org> Subject: Re: Using a DID Identifier in a filename? Great question, Michael. I've also been faced with this problem (storing did documents & keys for the did-cli tool), and I've found that URL-encoding the DIDs turns them into file system friendly identifiers. I like Orie's suggestion too, though. On Thu, Jan 13, 2022 at 3:27 PM Michael Herman (Trusted Digital Web) <mwherman@parallelspace.net<mailto:mwherman@parallelspace.net>> wrote: I like the latter Orie. It's also a good way to avoid file system directory size related performance issues. Thk you Get Outlook for Android<https://aka.ms/AAb9ysg> ________________________________ From: Orie Steele <orie@transmute.industries> Sent: Thursday, January 13, 2022 1:23:49 PM To: Michael Herman (Trusted Digital Web) <mwherman@parallelspace.net<mailto:mwherman@parallelspace.net>> Cc: public-credentials (public-credentials@w3.org<mailto:public-credentials@w3.org>) <public-credentials@w3.org<mailto:public-credentials@w3.org>> Subject: Re: Using a DID Identifier in a filename? Yes, I have had this problem before. and yes, you can just convert all reserved characters from the ABNF. https://www.w3.org/TR/did-core/#did-syntax (beware of "." and "_", etc) If you can get away with dropping the "did:method" part, your files will be more readable. You can also consider a folder structure approach: /did/method/id.json OS [https://mailfoogae.appspot.com/t?sender=ab3JpZUB0cmFuc211dGUuaW5kdXN0cmllcw%3D%3D&type=zerocontent&guid=7cf96fab-9f51-468c-9ef4-e4f9bb121a76]ᐧ On Thu, Jan 13, 2022 at 2:17 PM Michael Herman (Trusted Digital Web) <mwherman@parallelspace.net<mailto:mwherman@parallelspace.net>> wrote: Given that a colon is an invalid filename character (at least on most PCs), does any one have any thoughts about a convention for mapping a DID Identifier into a filename? For example, using a simple mapping of a colon into a dot (period)? [Image] Michael Herman Get Outlook for Android<https://aka.ms/AAb9ysg> -- ORIE STEELE Chief Technical Officer www.transmute.industries [https://drive.google.com/a/transmute.industries/uc?id=1hbftCJoB5KdeV_kzj4eeyS28V3zS9d9c&export=download]<https://www.transmute.industries>
Attachments
- image/png attachment: did-filenames.png
Received on Friday, 14 January 2022 01:43:34 UTC