从分享到安全访问,只需三步
Send the Link
Share the protected link with anyone
minily.org/reportEnter Password
Visitors must authenticate to proceed
Access Granted
Redirected securely to the destination
Send the Link
Share the protected link with anyone
minily.org/reportEnter Password
Visitors must authenticate to proceed
Access Granted
Redirected securely to the destination
行业标准 bcrypt 哈希、速率限制,密码零暴露
12 轮盐值 — OWASP 推荐的 bcrypt 配置
自动阻止暴力破解尝试
密码不会出现在 URL 或浏览器历史中
从内部文档到客户门户
仅与授权人员分享报告和内部备忘录。
用密码保护回复表单和惊喜派对详情。
为订阅者和 VIP 会员提供受限访问。
用每个客户专属密码发送提案和发票。
Password protection adds a gate in front of a short link: visitors must enter the correct password before they are redirected to the destination. It is a simple feature with one honest purpose—keeping casual or accidental access out—and MiniLy includes it on every plan, including Free, at no extra cost.
It is worth being precise about what this is. Password protection controls access to the redirect; it is access control for the link, not encryption of the destination content itself. Anyone who knows the password can reach the destination. Used for that purpose, it is genuinely useful and the security underneath is solid.
Passwords are hashed with bcrypt at 12 salt rounds—the OWASP-recommended configuration—so they are never stored in plain text, and the password never appears in the URL or browser history.
You add a password to any of your short links from the dashboard in one step. When someone opens the link, they land on a dedicated password page instead of being redirected immediately. Enter the correct password and the redirect proceeds; enter the wrong one and access is denied.
Analytics still work—each successful visit is recorded with the usual location, device, and referrer data.
Password protection suits content meant for a known audience rather than the open web:
Be realistic about what this protects. It is a single shared password per link—there are no per-user accounts, no individual revocation, and no audit trail of who entered the password. If you share the link and password with ten people, you cannot later cut off one of them without changing the password for all. The strength of the gate also depends on the password you choose; bcrypt and rate limiting protect against brute force, but a weak or widely shared password is still weak.
This is access control on the redirect, not end-to-end encryption of whatever sits at the destination, and it does not protect content hosted elsewhere. There is no expiring-link or one-time-use option tied to the password, and no public API to manage protection programmatically. For genuinely sensitive data, treat it as a deterrent layer, not a vault.
您需要了解的一切