π
gpg -c --cipher-algo AES256 password.txt password txt link
If you're looking for alternative services, consider: π gpg -c --cipher-algo AES256 password
A .txt file has zero encryption. If the link is intercepted (via a man-in-the-middle attack or a compromised router), the password is readable instantly. Unlike encrypted password managers (like Bitwarden or 1Password), a text file offers no protection. password txt link
: A popular open-source tool on GitHub that allows you to encrypt a URL. When someone clicks the link, they are prompted for a password. If correct, it redirects them to the original destination.