Full number of exact variations equals to 88! * 1000 * 2147483647 = 3.983209e+146, most of them are differs slightly.
Caesar Cipher +1 pros:
- N errors in input produce N errors of output
- Cipher is not sensitive to errors in input alphabet
- Cipher output is heavily dependent on IV
Caesar Cipher +1 cons:
- Luck of signature algorithm
- Small IV / easy to broute force
- Weak against differential attacks
It will support RC error correction, and can be used in conjunction with digital signatures (needs DC to protect from minor changes)
Top comments (0)