Trois étapes du partage à l'accès sécurisé
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
Hachage bcrypt, limitation de débit et zéro exposition du mot de passe
12 tours de salage — la configuration bcrypt recommandée par l'OWASP
Les tentatives de force brute sont bloquées automatiquement
Le mot de passe n'apparaît jamais dans les URL ni l'historique du navigateur
Des documents internes aux portails clients
Partagez rapports et notes internes uniquement avec les destinataires autorisés.
Protégez les formulaires RSVP et les détails de fêtes surprises derrière un mot de passe.
Récompensez vos abonnés et membres VIP avec un accès protégé.
Envoyez propositions et factures avec des mots de passe par client.
Commencez gratuitement. Évoluez quand vous en avez besoin.
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.
Tout ce que vous devez savoir
Découvrez plus d'outils pour vos liens
Créez des liens courts et mémorables en quelques secondes. Le plan gratuit inclut 5 liens.
En savoir plusSuivez les clics, appareils, localisations et sources en temps réel.
En savoir plusUtilisez votre propre domaine pour des liens courts de marque. Disponible sur Pro.
En savoir plus