|
|
|
|
|
by kbns
1235 days ago
|
|
"roll your own crypto" means writing a new encryption scheme. But here i'm just using multiple schemes without connection to one another by using different encryption keys. What if AES-256 gets compromised? Basically i'm storing my encrypted data online. Anyone can see it but only i can decrypt it. |
|
A symmetric cipher is a permutation, multiple symmetric ciphers in sequence is still a permutation. There has been no analysis done on the latter to determine if the sequence you use hides a weakness. I'd much prefer a well analysed system to an unanalysed one.