utsanjan / LockURL

Password-protect links using Lock URL in the browser without installing any unnecessary extensions.

Home Page:https://lockurl.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ”’ LockURL - Password Protect Links

Netlify Statusβ€Ž β€Ž Buy Me A Coffeeβ€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž β€Ž

LockURL is a utility for encrypting and decrypting URLs. An encrypted URL will prompt the user for a password when they visit it. LockURL gets the original URL and routes users there if the password is valid. If not, an error message is shown. Additionally, users can add hints to show next to the password prompt. Each encrypted URL is contained within the link that the program creates. Users, therefore, have complete control over the data they generate via LockURL. Nothing is ever kept on the server.

βœ… Click here to see working example of a LockURL link.

πŸ› οΈ Usage Guide

  • Create a password protected link from here.
  • Use the advanced options when creating a link to customise the encryption method.
  • By default, the initialization vector and salt are randomized for security, but this can be disabled, even though doing so is a vulnerability.
  • If you lose the password, it is almost impossible to recover the original link. The strong security guaranteed by encryption can be a blessing or a curse if you are not careful!
  • Currently, the only way to recover a lost password is by trying all possible options very slowly by brute force. An example application to brute force LockURL links in the browser can be found here.
  • If you receive a LockURL link that you don't trust, decrypt it using the option given in the homepage.

πŸ“ž Contacts

For Queries: My Instagram Profile
Check Out My YouTube Channel

About

Password-protect links using Lock URL in the browser without installing any unnecessary extensions.

https://lockurl.netlify.app

License:MIT License


Languages

Language:HTML 97.4%Language:CSS 2.6%Language:JavaScript 0.0%