Relative Content

Tag Archive for uri

Is this mini-DSL for hiding URI passwords compatible with the URI spec?

Passwords exposed in URIs An application stores URIs to be used for file transfers via SFTP, FTP, FTPS and SCP. Many of these URIs contain passwords, for example: sftp://someuser:[email protected]/ These URIs are visible to too many people. We cannot hide email addresses from these people. A mini-language to get passwords out of URIs Using a […]