|
|
|
|
|
by midas007
4425 days ago
|
|
That's trivial to add on, outside of CTR. You have a system of keys derived from a master key. Too many bytes encrypted with one key? Use a new key for subsequent writes. (And for god's sake use a PBKDF to derive a master key from a password, don't memcpy() it directly.) |
|