Skip to main content

How do I share files with password protection?

Upload files on EasySend and enter a password. Recipients must enter the password before viewing or downloading. The password is hashed with bcrypt on the server.

Adding a password to shared files ensures that only people who know the password can access the download page. This is useful for contracts, internal documents, client deliverables and any file you do not want publicly accessible.

How to Add Password Protection

  1. Upload your files on easysend.co
  2. Enter a password in the password field during upload
  3. Share the link with your recipient
  4. Share the password separately (via a different channel for security)

How It Works Technically

When you set a password, EasySend hashes it using bcrypt before storing it. Bcrypt is a one-way hashing algorithm designed for password storage. When a recipient enters the password, it is hashed and compared against the stored hash. Even if the database were compromised, the actual passwords could not be recovered from the hashes.

Password Protection vs Encryption

Password protection and end-to-end encryption are separate features:

For maximum security, enable both features. The password gates access while the encryption protects the data itself.

Best Practices

Try EasySend Free