Encrypt and decrypt files with a password
Click or drop a file here
File Encryptor is a free online tool that obfuscates any file with a password-based XOR cipher, entirely in your browser — no upload, no software installation. It's a quick way to make a file unreadable to a casual viewer without the password, though it is not a substitute for strong encryption standards like AES when protecting highly sensitive data.
Is File Encryptor free to use?
Yes, it's completely free with no signup and no limit on how many files you can process.
What kind of encryption does it use?
A password-based XOR cipher applied to every byte of the file. It's a fast way to obfuscate a file so it isn't readable without the password, but it is not equivalent to strong standards like AES and shouldn't be relied on to protect highly sensitive or confidential data.
What file types can I process?
Any file type — there are no format restrictions since the cipher works on raw bytes.
What happens if I forget my password?
The file can't be restored without the exact original password — XOR decoding requires the identical key, and there's no recovery option.