Skip to content

[FEATURE] Can the length of the secret link be reduced? #519

@ltguillaume

Description

@ltguillaume

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions