http://ufilesviwg67gcdyivvuanbx27c54bohd2e4mrichg5yrsaohom5dvid.onion?encryption=on
To prove the encryption is secure, or if you don't trust us, you can use the following commands offline, in your terminal: To decrypt a file encrypted on this website: openssl aes-256-cbc -d -salt -pbkdf2 -iter 1000000 -in id.pdf.uwaenc -out id.pdf To encrypt a file to decrypt on this website: openssl aes-256-cbc -e -salt -pbkdf2 -iter 1000000 -in id.pdf -out id.pdf.uwaenc (hint: decrypt.html supports files encrypted this way) .