Class: sec:StreamCipher

Not all stream ciphers are guaranteed to provide the detection of integrity violations. This must be supplied for every algorithm.

•owl:Thing
        •sec:Countermeasure
                •sec:Cryptography
                        •sec:Encryption
                •sec:Encryption
                        •sec:Cryptography
                        •sec:EncryptionAlgorithm
                                •sec:StreamCipher

Super Classes

sec:EncryptionAlgorithm
sec:protects SOME (sec:_Prevention AND sec:_Confidentiality)

Disjoint Classes

sec:EncryptionHardware, sec:BlockCipher

Annotations

dc:descriptionA cipher in which a relatively small quantity of data is encrypted (or decrypted) at each iteration of the algorithm, perhaps just one character or byte, but in which the algorithm contains memory that retains message-dependent information between iterations. (ODoc)

Abstract Syntax

Class(sec:StreamCipher partial sec:EncryptionAlgorithm
                              restriction(sec:protects someValuesFrom(intersectionOf(sec:_Prevention
                                                                                     sec:_Confidentiality))))

DisjointClasses(sec:StreamCipher sec:EncryptionHardware
                                 sec:BlockCipher)

Usage

Class Description/Definition (Necessary Conditions)

sec:RC4
Generated with OWLDoc