공유에서 안전한 접근까지 세 단계
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.
알아야 할 모든 것