I am curious, if I have many files, some as big as a few k, some as little as 2, 4, 8 bytes. Will there be a security hole? What if I have 10,000 files on a single disc all encrypted with the same algorithm (lets say SHA512 since I know SHA512CryptoServiceProvider exist)
Would that be a security vulnerability? Since so many files use the same cipher and key? Is is it bad that they are small also? The files may be in known formats like pdf, png, doc, jpg, etc. Does that affect anything since the first few bytes of those files are known?