Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Common Scrambling Algorithm
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Description of the cipher == The CSA algorithm is composed of two distinct ciphers: a block cipher and a stream cipher. When used in encryption mode the data are first encrypted using the 64-bit block cipher in [[Block cipher modes of operation|CBC mode]], starting from packet end. The stream cipher is then applied from packet start. === Block cipher === The block cipher process 64-bit blocks in 56 rounds. It uses 8 bits from an expanded key on each round. [[Image:Dvbcsa block encrypt.svg|border|480px|Block cipher encryption]] === Stream cipher === The first 32 round of the stream cipher are used for initialization and do not generate any output. The first 64 bits of data are used as [[initialization vector]] during this phase and are left unchanged. The stream cipher then generates 2 bits of pseudo-random stream on each round which are xored starting at bit 64 of the packet. [[File:Dvbcsa stream.svg|800px|border|Stream cipher details]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)