Description
The current length of a secret's link is extremely long:
https://secrets.server.tld/secret/45613681-70b6-48f3-ad33-850606635dea#decryptionKey=vBoaWjGEtZEdrlEGRodsAlG9AJqZzt45
For comparison, 1time.io generates links like these:
https://secrets.server.tld/v/#fn6HFTUN9S8MluPMikFulQ0oUkc8KJdubNVF8pvhBw
This makes it easier to handle the links and (as I've found out) poses less of a risk for other people to be somewhat untrusting towards the links.
Suggestions:
/secret/ can be shortened or discarded entirely by simply checking if an id & key are part of the link
decryptionKey= could be discarded entirely
- Look into using a different method for secret id than a guid
Description
The current length of a secret's link is extremely long:
https://secrets.server.tld/secret/45613681-70b6-48f3-ad33-850606635dea#decryptionKey=vBoaWjGEtZEdrlEGRodsAlG9AJqZzt45For comparison, 1time.io generates links like these:
https://secrets.server.tld/v/#fn6HFTUN9S8MluPMikFulQ0oUkc8KJdubNVF8pvhBwThis makes it easier to handle the links and (as I've found out) poses less of a risk for other people to be somewhat untrusting towards the links.
Suggestions:
/secret/can be shortened or discarded entirely by simply checking if an id & key are part of the linkdecryptionKey=could be discarded entirely