How can I encrypt my files in such a way that no one will ever be able to access them?
Muh encryption
Other urls found in this thread:
arstechnica.com
twitter.com
encrypt with 7zip, hex edit header bytes
one time pad (actually the only correct answer, for real)
this works well
best kind of encryption
Literally only one-time pad. Even with quantum computing so advanced that you can trivially break regular cryptography, one-time padding will never be broken.
try overwriting them with random data and then no one will ever be able to access them
yes, but that's simply because it theoretically and practically cannot be broken
What's your point?
A one-time pad still allows you to access the file if you have the pad. OP wants *no one* to be able to access it.