共有からセキュアアクセスまで3ステップ
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やブラウザ履歴にパスワードが残らない
社内ドキュメントからクライアントポータルまで
レポートや社内メモを権限のある受信者のみに共有。
RSVPフォームやサプライズパーティーの詳細をパスワードで保護。
購読者や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.
知っておきたいこと